summaryrefslogtreecommitdiffstats
path: root/cower/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cower/Makefile')
-rw-r--r--cower/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/cower/Makefile b/cower/Makefile
new file mode 100644
index 0000000..251c672
--- /dev/null
+++ b/cower/Makefile
@@ -0,0 +1,9 @@
+files = config
+install-files = $(addprefix install-,$(files))
+
+.PHONY: all install $(install-files)
+all:
+install: $(install-files)
+
+$(install-files): install-%:
+ install -Dm 444 $* ${XDG_CONFIG_HOME}/cower/$*