added stripping to dwm target in Makefile
authorarg@10ksloc.org
Mon, 07 Aug 2006 08:46:11 +0200
changeset 204 38acc0874280
parent 203 81498863dc30
child 205 3fb41412e249
added stripping to dwm target in Makefile
Makefile
--- a/Makefile	Mon Aug 07 08:19:58 2006 +0200
+++ b/Makefile	Mon Aug 07 08:46:11 2006 +0200
@@ -28,6 +28,7 @@
 dwm: ${OBJ}
 	@echo LD $@
 	@${CC} -o $@ ${OBJ} ${LDFLAGS}
+	@strip $@
 
 clean:
 	@echo cleaning