diff options
author | Connor Lane Smith <cls@lubutu.com> | 2010-08-02 14:49:14 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2010-08-02 14:49:14 +0100 |
commit | 06c18808b6f23bc5120533559e70fbcbff753e84 (patch) | |
tree | c5ee6eb7c44053a4a887be02308cd13329012d63 /Makefile | |
parent | a7aee433ccfd2590e0785a7b93a89d8d0593a234 (diff) |
replaced promptw
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p dmenu-${VERSION} - @cp -R LICENSE Makefile README config.mk dmenu.1 dmenu.c dmenu_path dmenu_run dmenu-${VERSION} + @cp LICENSE Makefile README config.mk dmenu.1 dmenu.c dmenu_path dmenu_run dmenu-${VERSION} @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION} @gzip dmenu-${VERSION}.tar @rm -rf dmenu-${VERSION} |