diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-05-15 13:44:04 +0200 | 
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-05-15 13:44:04 +0200 | 
| commit | b896b58d6dbdfc98c0099bd7276e4989527160c6 (patch) | |
| tree | dbf64312137f0b60db0dce7e985cdc882597f5d7 /Makefile | |
| parent | fef6c5c66bfe971f00622706689d048c6e473ca7 (diff) | |
removed strip, added -s to LDFLAGS
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -27,7 +27,6 @@ config.h:  dwm: ${OBJ}  	@echo CC -o $@  	@${CC} -o $@ ${OBJ} ${LDFLAGS} -	@strip $@  clean:  	@echo cleaning | 
