diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-05-15 13:44:41 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-05-15 13:44:41 +0200 |
commit | 5a3dfb1c40a58647cd55147cc93fec9811a0a6a1 (patch) | |
tree | a73ec432af255db2079559ad4cd06c6eb4f7b870 /Makefile | |
parent | 4042a11e5174633e9beeeec120937856e1d0f74f (diff) |
removed strip, added -s to LDFLAGs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ ${OBJ}: dmenu.h config.mk dmenu: ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} - @strip $@ clean: @echo cleaning |