Browse Source

added stripping to dwm target in Makefile

master
arg@10ksloc.org 18 years ago
parent
commit
82064af2d7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@ -28,6 +28,7 @@ config.h:
dwm: ${OBJ}
@echo LD $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
@strip $@
clean:
@echo cleaning


Loading…
Cancel
Save