aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4a412ee..8f14a8c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ config.h:
22 @echo creating $@ from config.def.h 22 @echo creating $@ from config.def.h
23 @cp config.def.h $@ 23 @cp config.def.h $@
24 24
25${OBJ}: config.h config.mk drw.h 25${OBJ}: arg.h config.h config.mk drw.h
26 26
27dmenu: dmenu.o drw.o util.o 27dmenu: dmenu.o drw.o util.o
28 @echo CC -o $@ 28 @echo CC -o $@
@@ -39,8 +39,8 @@ clean:
39dist: clean 39dist: clean
40 @echo creating dist tarball 40 @echo creating dist tarball
41 @mkdir -p dmenu-${VERSION} 41 @mkdir -p dmenu-${VERSION}
42 @cp LICENSE Makefile README config.mk dmenu.1 drw.h util.h dmenu_path \ 42 @cp LICENSE Makefile README arg.h config.mk dmenu.1 drw.h util.h \
43 dmenu_run stest.1 ${SRC} dmenu-${VERSION} 43 dmenu_path dmenu_run stest.1 ${SRC} dmenu-${VERSION}
44 @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION} 44 @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
45 @gzip dmenu-${VERSION}.tar 45 @gzip dmenu-${VERSION}.tar
46 @rm -rf dmenu-${VERSION} 46 @rm -rf dmenu-${VERSION}