about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-15 13:44:41 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-15 13:44:41 +0200
commit5a3dfb1c40a58647cd55147cc93fec9811a0a6a1 (patch)
treea73ec432af255db2079559ad4cd06c6eb4f7b870 /Makefile
parentapplied anydot's dmenu_path caching patch, thank you! (diff)
downloaddmenu-5a3dfb1c40a58647cd55147cc93fec9811a0a6a1.tar.gz
dmenu-5a3dfb1c40a58647cd55147cc93fec9811a0a6a1.tar.bz2
dmenu-5a3dfb1c40a58647cd55147cc93fec9811a0a6a1.zip
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 6b273cb..35e30f5 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ ${OBJ}: dmenu.h config.mk
 dmenu: ${OBJ}
 	@echo CC -o $@
 	@${CC} -o $@ ${OBJ} ${LDFLAGS}
-	@strip $@
 
 clean:
 	@echo cleaning