From ec47fc9fcd03421c65a1f33f12536ee636f40cf6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 11 Sep 2012 10:42:14 +0200 Subject: [PATCH] Moved stumpwm config --- stumpwm/stumpwmrc.lisp => .stumpwmrc | 0 stumpwm/Makefile | 9 --------- 2 files changed, 9 deletions(-) rename stumpwm/stumpwmrc.lisp => .stumpwmrc (100%) delete mode 100644 stumpwm/Makefile diff --git a/stumpwm/stumpwmrc.lisp b/.stumpwmrc similarity index 100% rename from stumpwm/stumpwmrc.lisp rename to .stumpwmrc diff --git a/stumpwm/Makefile b/stumpwm/Makefile deleted file mode 100644 index 06c6d85..0000000 --- a/stumpwm/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -files = stumpwmrc.lisp -install-files = $(addprefix install-,$(files)) - -.PHONY: all install $(install-files) -all: -install: $(install-files) - -$(install-files): install-%.lisp: - install -Dm 444 $*.lisp ${HOME}/.$*