diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-10-11 20:47:34 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-10-11 20:47:34 +0200 |
commit | 0453c1d180ca868a740bcc032d2dac1f120f6c7e (patch) | |
tree | a7a1cff6276dfde5fa411de70d7047f190b66967 /Makefile | |
parent | 0b5c14cf593c82b85570c45beac553dfce2f9689 (diff) | |
download | dwm-0453c1d180ca868a740bcc032d2dac1f120f6c7e.tar.gz |
recreated dwm.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index dee43ed..1dde4b2 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.def.h config.mk \ + @cp -R LICENSE Makefile README config.def.h config.mk dwm.h \ dwm.1 ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar |