aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-01-08 20:48:18 -0800
committerGravatar Tom Willemse2018-02-07 00:47:36 -0800
commit58cd42d5b034aedbd1ab56b1f5501bc616a11e2b (patch)
tree2d0debcaa17e16333c2c6e818a9aa874b5c15ce2 /GNUmakefile
parentaa9410f2569d904b963f62925e625451e3d5432e (diff)
downloadnew-dotfiles-58cd42d5b034aedbd1ab56b1f5501bc616a11e2b.tar.gz
new-dotfiles-58cd42d5b034aedbd1ab56b1f5501bc616a11e2b.zip
Move cower build to top-level Makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a666fe1..a1d3e88 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
include dotfiles.mk
-MODULES=xmodmap emacs compton
+MODULES=xmodmap emacs compton cower
.PHONY: all clean $(MODULES) zsh
@@ -38,7 +38,7 @@ emacs-clean:
$(MAKE) -C emacs/.emacs.d clean
emacs-stow:
- stow/ust/bin/stow-home emacs
+ stow/usr/bin/stow-home emacs
###########
# Xmodmap #
@@ -54,3 +54,18 @@ xmodmap-clean:
xmodmap-stow:
stow/usr/bin/stow-home Xmodmap
+
+#########
+# Cower #
+#########
+
+cower: cower/.config/cower/config
+
+cower/.config/cower/config: cower/.config/cower/config.org
+ $(call tangle,conf-unix)
+
+cower-clean:
+ rm -f cower/.config/cower/config
+
+cower-stow:
+ stow/usr/bin/stow-home cower