From 82064af2d7076045980c694241cf0326aea7e7e2 Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Mon, 7 Aug 2006 08:46:11 +0200 Subject: [PATCH] added stripping to dwm target in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4