diff options
author | arg@10ksloc.org | 2006-08-07 08:45:47 +0200 |
---|---|---|
committer | arg@10ksloc.org | 2006-08-07 08:45:47 +0200 |
commit | 4c7866ec55d284e8a29ca682ab79c11893a9cb6c (patch) | |
tree | f59553fac620a337353e1bd029b552fe92a4e35a | |
parent | fe94aeb4686b62dd5c3505ebca4a1e1661740e53 (diff) |
added stripping to dmenu target
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ config.h: dmenu: ${OBJ} @echo LD $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} + @strip $@ clean: @echo cleaning |