From 8bcf0ae40fc2e9c6565567131218029768859839 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 12 Oct 2012 08:46:14 +0200 Subject: .xinitrc --- cower/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 cower/Makefile (limited to 'cower/Makefile') diff --git a/cower/Makefile b/cower/Makefile deleted file mode 100644 index 251c672..0000000 --- a/cower/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -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