From c5063a3dcec3335085b76bb40e8d350f03e16c62 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 8 Jan 2018 21:21:01 -0800 Subject: Add mowedline targets to top Makefile --- GNUmakefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3-54-g00ecf