diff options
| author | arg@10ksloc.org <unknown> | 2006-08-07 08:46:11 +0200 | 
|---|---|---|
| committer | arg@10ksloc.org <unknown> | 2006-08-07 08:46:11 +0200 | 
| commit | 82064af2d7076045980c694241cf0326aea7e7e2 (patch) | |
| tree | 5e2a30d33c9493de72e7c847598be7311f0e6145 | |
| parent | d54444cfd73f5006bf58e29e50a4ed28d08f9435 (diff) | |
added stripping to dwm target in Makefile
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -28,6 +28,7 @@ config.h:  dwm: ${OBJ}  	@echo LD $@  	@${CC} -o $@ ${OBJ} ${LDFLAGS} +	@strip $@  clean:  	@echo cleaning | 
