aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-06-22 00:07:28 -0700
committerGravatar Tom Willemse2017-06-22 00:07:28 -0700
commitfa79e6e87d0db36d573bb78371067d95c22d146d (patch)
tree1fc701054aed1d6886384bc26d655a261ece186b /GNUmakefile
parenta565d2e8514845fb56164fd7f6e56147bf95500a (diff)
downloadnew-dotfiles-fa79e6e87d0db36d573bb78371067d95c22d146d.tar.gz
new-dotfiles-fa79e6e87d0db36d573bb78371067d95c22d146d.zip
Add compton to top-level Makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile17
1 files changed, 16 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e9cf987..a666fe1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
include dotfiles.mk
-MODULES=xmodmap emacs
+MODULES=xmodmap emacs compton
.PHONY: all clean $(MODULES) zsh
@@ -12,6 +12,21 @@ stow: $(addsuffix -stow,$(MODULES))
zsh:
$(MAKE) -C $@
+###########
+# Compton #
+###########
+
+compton: compton/.config/compton.conf
+
+compton/.config/compton.conf: compton/.config/compton.org
+ $(call tangle,conf)
+
+compton-clean:
+ rm -f compton/.config/compton.conf
+
+compton-stow:
+ stow/usr/bin/stow-home compton
+
#########
# Emacs #
#########