Introduction
Introduction Statistics Contact Development Disclaimer Help
tadded stripping to dwm target in Makefile - dwm - [fork] customized build of d…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 82064af2d7076045980c694241cf0326aea7e7e2
parent d54444cfd73f5006bf58e29e50a4ed28d08f9435
Author: [email protected] <unknown>
Date: Mon, 7 Aug 2006 08:46:11 +0200
added stripping to dwm target in Makefile
Diffstat:
M Makefile | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -28,6 +28,7 @@ config.h:
dwm: ${OBJ}
@echo LD $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
+ @strip $@
clean:
@echo cleaning
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.