diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-05-17 14:41:41 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-05-17 14:41:41 +0100 |
commit | 14d8d828abbb91db3305dfa666c8c70358d1d3c7 (patch) | |
tree | 0f4b1c2a394ba1ddf0ddd8d1e540b80bab586c49 /Makefile | |
parent | 4246affc15dd378a33c58504b4abf3893b8c84cc (diff) | |
download | dwm-14d8d828abbb91db3305dfa666c8c70358d1d3c7.tar.gz |
removed the exact focus mechanism of next/prev window
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b139b54..2615673 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ dist: clean @echo creating dist tarball @mkdir -p dwm-${VERSION} @cp -R LICENSE Makefile README config.def.h config.mk \ - dwm.1 ${SRC} dwm-${VERSION} + dwm.1 *.c dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar @rm -rf dwm-${VERSION} |