diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-15 10:31:28 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-15 10:31:28 +0200 |
commit | e0a6dee30df84e1f4d63a428a9804bf47d82ca43 (patch) | |
tree | 8590b7dd505f093ba2483b55eba07012958d5b72 | |
parent | removed config.arg.h, only 1 config.h necessary (diff) | |
download | dwm-e0a6dee30df84e1f4d63a428a9804bf47d82ca43.tar.gz dwm-e0a6dee30df84e1f4d63a428a9804bf47d82ca43.tar.bz2 dwm-e0a6dee30df84e1f4d63a428a9804bf47d82ca43.zip |
dist target only needs to add config.default.h
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 691e44c..34745a9 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.default.h config.mk \ dwm.1 dwm.h tile.h ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar |