aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cbe4026..fc8dcd2 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ config.h:
28dmenu: ${OBJ} 28dmenu: ${OBJ}
29 @echo LD $@ 29 @echo LD $@
30 @${CC} -o $@ ${OBJ} ${LDFLAGS} 30 @${CC} -o $@ ${OBJ} ${LDFLAGS}
31 @strip $@
31 32
32clean: 33clean:
33 @echo cleaning 34 @echo cleaning