projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d54444c
)
added stripping to dwm target in Makefile
author
arg@10ksloc.org
<unknown>
Mon, 7 Aug 2006 06:46:11 +0000
(08:46 +0200)
committer
arg@10ksloc.org
<unknown>
Mon, 7 Aug 2006 06:46:11 +0000
(08:46 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 342a9c26850c7d48cc6af01d36de6d6e77938596..d3fc989a8659ab3b1c647c1f9a614546b1c212c4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-28,6
+28,7
@@
config.h:
dwm: ${OBJ}
@echo LD $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
+ @strip $@
clean:
@echo cleaning