aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile12
1 files changed, 12 insertions, 0 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