added stripping to dwm target in Makefile 82064af2
arg@10ksloc.org · 2006-08-07 08:46 1 file(s) · +1 −0
Makefile +1 −0
28 28
dwm: ${OBJ}
29 29
	@echo LD $@
30 30
	@${CC} -o $@ ${OBJ} ${LDFLAGS}
31 +
	@strip $@
31 32
32 33
clean:
33 34
	@echo cleaning