aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-01-08 21:21:01 -0800
committerGravatar Tom Willemse2018-02-07 00:47:36 -0800
commitc5063a3dcec3335085b76bb40e8d350f03e16c62 (patch)
tree77eb19f15a86895101e70fd2ff83c80389a5c2a6 /GNUmakefile
parentd10b494fae1210fe0ba59535d3427c42e9dc372f (diff)
downloadnew-dotfiles-c5063a3dcec3335085b76bb40e8d350f03e16c62.tar.gz
new-dotfiles-c5063a3dcec3335085b76bb40e8d350f03e16c62.zip
Add mowedline targets to top Makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d349c74..b7a1e18 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
include dotfiles.mk
-MODULES=xmodmap emacs compton cower
+MODULES=xmodmap emacs compton cower mowedline
STOW=stow/usr/bin/stow-home
.PHONY: all clean $(MODULES) zsh
@@ -61,3 +61,16 @@ cower/.config/cower/config: cower/.config/cower/config.org
cower-clean:
rm -f cower/.config/cower/config
+
+#############
+# Mowedline #
+#############
+
+mowedline: mowedline/.config/mowedline/init.scm
+
+mowedline/.config/mowedline/init.scm: SCHEME_IMPLEMENTATION = chicken
+mowedline/.config/mowedline/init.scm: mowedline/.config/mowedline/init.org
+ $(call tangle,scheme)
+
+mowedline-clean:
+ rm -f mowedline/.config/mowedline/init.scm