added stripping to dwm target in Makefile

This commit is contained in:
arg@10ksloc.org 2006-08-07 08:46:11 +02:00
parent d54444cfd7
commit 82064af2d7
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ config.h:
dwm: ${OBJ}
@echo LD $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
@strip $@
clean:
@echo cleaning