diff options
| author | 2012-08-26 21:58:53 +0200 | |
|---|---|---|
| committer | 2012-08-26 21:58:53 +0200 | |
| commit | 999f51952e31e1101b54873b5550e6116f13dfaa (patch) | |
| tree | 3b5fc585b1bf79ca736f95992ea9fd9975c4eb42 /stumpwm/Makefile | |
| parent | 8cf4fc59e7e25ca00b9691267e05b63997eaabee (diff) | |
| download | dotfiles-999f51952e31e1101b54873b5550e6116f13dfaa.tar.gz dotfiles-999f51952e31e1101b54873b5550e6116f13dfaa.zip | |
Add stumpwm
Diffstat (limited to 'stumpwm/Makefile')
| -rw-r--r-- | stumpwm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stumpwm/Makefile b/stumpwm/Makefile new file mode 100644 index 0000000..98362a6 --- /dev/null +++ b/stumpwm/Makefile @@ -0,0 +1,4 @@ +.PHONY: all install +all: +install: stumpwmrc + install -Dm 444 $^ ${HOME}/.$^ |
