dotfiles/GNUmakefile

29 lines
402 B
Text
Raw Normal View History

2017-04-03 05:22:36 +02:00
include dotfiles.mk
2016-11-24 21:45:18 +01:00
2017-04-03 05:22:36 +02:00
MODULES=xmodmap
.PHONY: all clean $(MODULES) zsh
all: $(MODULES)
clean: $(addsuffix -clean,$(MODULES))
stow: $(addsuffix -stow,$(MODULES))
2016-11-24 21:45:18 +01:00
zsh:
$(MAKE) -C $@
2017-04-03 05:22:36 +02:00
###########
# Xmodmap #
###########
xmodmap: Xmodmap/.Xmodmap
Xmodmap/.Xmodmap: Xmodmap/Xmodmap.org
$(call tangle,fundamental)
xmodmap-clean:
rm -f Xmodmap/.Xmodmap
xmodmap-stow:
stow/usr/bin/stow-home Xmodmap