JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added stripping to dwm target in Makefile
[dwm.git] / Makefile
index 57cacbb..d3fc989 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,12 +22,13 @@ options:
 ${OBJ}: dwm.h config.h
 
 config.h:
-       @echo creating default $@
+       @echo creating $@ from config.default.h
        @cp config.default.h $@
 
 dwm: ${OBJ}
        @echo LD $@
        @${CC} -o $@ ${OBJ} ${LDFLAGS}
+       @strip $@
 
 clean:
        @echo cleaning