JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added stripping to dwm target in Makefile
[dwm.git] / Makefile
index 342a9c2..d3fc989 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ config.h:
 dwm: ${OBJ}
        @echo LD $@
        @${CC} -o $@ ${OBJ} ${LDFLAGS}
+       @strip $@
 
 clean:
        @echo cleaning