aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-01-08 22:33:43 -0800
committerGravatar Tom Willemse2018-02-07 00:47:36 -0800
commitb955ed62bb3b983ea066bddf3f8f003d66ea125d (patch)
tree48b1a016701e0a86837c241815817d9a30df6601 /GNUmakefile
parentc5063a3dcec3335085b76bb40e8d350f03e16c62 (diff)
downloadnew-dotfiles-b955ed62bb3b983ea066bddf3f8f003d66ea125d.tar.gz
new-dotfiles-b955ed62bb3b983ea066bddf3f8f003d66ea125d.zip
Add dunst targets to top Makefile
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