removed strip, added -s to LDFLAGs

This commit is contained in:
Anselm R. Garbe 2007-05-15 13:44:41 +02:00
parent 4042a11e51
commit 5a3dfb1c40
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@ ${OBJ}: dmenu.h config.mk
dmenu: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
@strip $@
clean:
@echo cleaning