Add mowedline targets to top Makefile
This commit is contained in:
parent
d10b494fae
commit
c5063a3dce
2 changed files with 14 additions and 8 deletions
15
GNUmakefile
15
GNUmakefile
|
@ -1,6 +1,6 @@
|
||||||
include dotfiles.mk
|
include dotfiles.mk
|
||||||
|
|
||||||
MODULES=xmodmap emacs compton cower
|
MODULES=xmodmap emacs compton cower mowedline
|
||||||
STOW=stow/usr/bin/stow-home
|
STOW=stow/usr/bin/stow-home
|
||||||
|
|
||||||
.PHONY: all clean $(MODULES) zsh
|
.PHONY: all clean $(MODULES) zsh
|
||||||
|
@ -61,3 +61,16 @@ cower/.config/cower/config: cower/.config/cower/config.org
|
||||||
|
|
||||||
cower-clean:
|
cower-clean:
|
||||||
rm -f cower/.config/cower/config
|
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
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
include ../dotfiles.mk
|
|
||||||
|
|
||||||
all: .config/mowedline/init.scm
|
|
||||||
|
|
||||||
%.scm: SCHEME_IMPLEMENTATION = chicken
|
|
||||||
%.scm: %.org
|
|
||||||
$(call tangle,scheme)
|
|
Loading…
Reference in a new issue