aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-05-15 13:44:04 +0200
committerAnselm R. Garbe2007-05-15 13:44:04 +0200
commit96d062a384dc0d25c7865941e13e59b45fd43641 (patch)
tree0cbaf76c7845c901ffe7ca16a8a063bb4f923675 /Makefile
parent467f4863da2b98a705fd17a130d156b9287b4abf (diff)
downloadaur-96d062a384dc0d25c7865941e13e59b45fd43641.tar.gz
removed strip, added -s to LDFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50732a1c771c..6219d56651cb 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,6 @@ config.h:
dwm: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
- @strip $@
clean:
@echo cleaning