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