From: arg@10ksloc.org Date: Mon, 7 Aug 2006 06:46:11 +0000 (+0200) Subject: added stripping to dwm target in Makefile X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=82064af2d7076045980c694241cf0326aea7e7e2 added stripping to dwm target in Makefile --- diff --git a/Makefile b/Makefile index 342a9c2..d3fc989 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ config.h: dwm: ${OBJ} @echo LD $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} + @strip $@ clean: @echo cleaning