aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 87c4235..3073bc1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
include dotfiles.mk
-MODULES=xmodmap emacs compton cower mowedline
+MODULES=xmodmap emacs picom cower mowedline
STOW=stow
.PHONY: all clean $(MODULES) zsh
@@ -18,17 +18,15 @@ zsh:
%-uninstall:
$(STOW) -D $(subst -uninstall,,$@)
-###########
-# Compton #
-###########
+# Picom
-compton: compton/.config/compton.conf
+picom: picom/.config/picom.conf
-compton/.config/compton.conf: compton/.config/compton.org
+picom/.config/picom.conf: picom/.config/picom.org
$(call tangle,conf)
-compton-clean:
- rm -f compton/.config/compton.conf
+picom-clean:
+ rm -f picom/.config/picom.conf
#########
# Emacs #