aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2010-11-20 09:25:04 +0000
committerAnselm R Garbe <anselm@garbe.us>2010-11-20 09:25:04 +0000
commit22cf9626c770cef164de5254169abb1031e8e000 (patch)
tree67a4a44efbe4ab4262a2fd4f6ec7ef385980876a /Makefile
parent9e13ecabe883a18234eadaf9a3beb01f745ff2ba (diff)
fixed dist target bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8abfd0c..c3934e7 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ clean:
29dist: clean 29dist: clean
30 @echo creating dist tarball 30 @echo creating dist tarball
31 @mkdir -p dmenu-${VERSION} 31 @mkdir -p dmenu-${VERSION}
32 @cp LICENSE Makefile README config.mk dmenu.1 dmenu.c dmenu_path.c dmenu_run dmenu-${VERSION} 32 @cp LICENSE Makefile README config.mk dmenu.1 dmenu.c draw.c draw.h dmenu_path.c dmenu_run dmenu-${VERSION}
33 @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION} 33 @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
34 @gzip dmenu-${VERSION}.tar 34 @gzip dmenu-${VERSION}.tar
35 @rm -rf dmenu-${VERSION} 35 @rm -rf dmenu-${VERSION}