From 4c7866ec55d284e8a29ca682ab79c11893a9cb6c Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Mon, 7 Aug 2006 08:45:47 +0200 Subject: added stripping to dmenu target --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3