From fa79e6e87d0db36d573bb78371067d95c22d146d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 22 Jun 2017 00:07:28 -0700 Subject: Add compton to top-level Makefile --- GNUmakefile | 17 ++++++++++++++++- compton/.config/GNUmakefile | 6 ------ 2 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 compton/.config/GNUmakefile 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 # ######### diff --git a/compton/.config/GNUmakefile b/compton/.config/GNUmakefile deleted file mode 100644 index 9017c1b..0000000 --- a/compton/.config/GNUmakefile +++ /dev/null @@ -1,6 +0,0 @@ -include ../../dotfiles.mk - -all: compton.conf - -%.conf: %.org - $(call tangle,conf) -- cgit v1.2.3-54-g00ecf