diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-04-03 14:38:58 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-04-03 14:38:58 +0100 |
commit | d477fb69270cb1cce9a065d51e959206a28ba0f9 (patch) | |
tree | 2c8ea6d90620c46c3a20684a2994f2eef06112a6 /Makefile | |
parent | 3d6630b7d24685c767ecadc131b566d23d944a83 (diff) | |
download | dwm-d477fb69270cb1cce9a065d51e959206a28ba0f9.tar.gz |
some cleanup changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 2b5efa7..44bfa4f 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p dwm-${VERSION} - @cp -R LICENSE Makefile README config.*.h config.mk \ + @cp -R LICENSE Makefile README config.def.h config.mk \ dwm.1 ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar |