pinosaur
/
dmenu.git
/ commitdiff
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
cbe4026
..
fc8dcd2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-28,6
+28,7
@@
config.h:
dmenu: ${OBJ}
@echo LD $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
dmenu: ${OBJ}
@echo LD $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
+ @strip $@
clean:
@echo cleaning
clean:
@echo cleaning