added stripping to dmenu target
This commit is contained in:
parent
fe94aeb468
commit
4c7866ec55
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -28,6 +28,7 @@ config.h:
|
|||
dmenu: ${OBJ}
|
||||
@echo LD $@
|
||||
@${CC} -o $@ ${OBJ} ${LDFLAGS}
|
||||
@strip $@
|
||||
|
||||
clean:
|
||||
@echo cleaning
|
||||
|
|
Loading…
Reference in a new issue