about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-07 08:46:11 +0200
committerarg@10ksloc.org <unknown>2006-08-07 08:46:11 +0200
commit82064af2d7076045980c694241cf0326aea7e7e2 (patch)
tree5e2a30d33c9493de72e7c847598be7311f0e6145 /Makefile
parentd54444cfd73f5006bf58e29e50a4ed28d08f9435 (diff)
downloaddwm-82064af2d7076045980c694241cf0326aea7e7e2.tar.gz
added stripping to dwm target in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 342a9c2..d3fc989 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ config.h:
 dwm: ${OBJ}
 	@echo LD $@
 	@${CC} -o $@ ${OBJ} ${LDFLAGS}
+	@strip $@
 
 clean:
 	@echo cleaning
140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170