aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile12
-rw-r--r--dunst/.config/dunst/GNUmakefile6
2 files changed, 12 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b7a1e18..d7c6028 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -74,3 +74,15 @@ mowedline/.config/mowedline/init.scm: mowedline/.config/mowedline/init.org
mowedline-clean:
rm -f mowedline/.config/mowedline/init.scm
+
+#########
+# Dunst #
+#########
+
+dunst: dunst/.config/dunst/dunstrc
+
+dunst/.config/dunst/dunstrc: dunst/.config/dunst/dunstrc.org
+ $(call tangle,conf-unix)
+
+dunst-clean:
+ rm -f dunst/.config/dunst/dunstrc
diff --git a/dunst/.config/dunst/GNUmakefile b/dunst/.config/dunst/GNUmakefile
deleted file mode 100644
index b4092f9..0000000
--- a/dunst/.config/dunst/GNUmakefile
+++ /dev/null
@@ -1,6 +0,0 @@
-include ../../../dotfiles.mk
-
-all: dunstrc
-
-%: %.org
- $(call tangle,conf-unix)