From: arg@10ksloc.org Date: Mon, 7 Aug 2006 06:45:47 +0000 (+0200) Subject: added stripping to dmenu target X-Git-Url: https://git.danieliu.xyz/?p=dmenu.git;a=commitdiff_plain;h=4c7866ec55d284e8a29ca682ab79c11893a9cb6c added stripping to dmenu target --- diff --git a/Makefile b/Makefile index cbe4026..fc8dcd2 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ config.h: dmenu: ${OBJ} @echo LD $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} + @strip $@ clean: @echo cleaning