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 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '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 # ######### -- cgit v1.2.3-54-g00ecf