aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
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 #
#########