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