From a9a0ef409f57e6447661e1d27806776da1773311 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 2 Sep 2012 11:28:47 +0200 Subject: Add cower config --- cower/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cower/Makefile (limited to 'cower/Makefile') 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/$* -- cgit v1.2.3-54-g00ecf