aboutsummaryrefslogtreecommitdiffstats
path: root/compton/.config/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-03 15:25:26 +0100
committerGravatar Tom Willemse2016-11-03 15:25:26 +0100
commit2eb9704befff9049be6fce1bd4035bd138115eba (patch)
treea383a46ca3a83ba841b2f16574cb11ac179b8cb0 /compton/.config/GNUmakefile
parentc9dae43d21ebf7ed8cef3abc5f04c444e06dd3e8 (diff)
downloadnew-dotfiles-2eb9704befff9049be6fce1bd4035bd138115eba.tar.gz
new-dotfiles-2eb9704befff9049be6fce1bd4035bd138115eba.zip
Add compton config
Diffstat (limited to 'compton/.config/GNUmakefile')
-rw-r--r--compton/.config/GNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/compton/.config/GNUmakefile b/compton/.config/GNUmakefile
new file mode 100644
index 0000000..9017c1b
--- /dev/null
+++ b/compton/.config/GNUmakefile
@@ -0,0 +1,6 @@
+include ../../dotfiles.mk
+
+all: compton.conf
+
+%.conf: %.org
+ $(call tangle,conf)