dwm

My fork of https://dwm.suckless.org/
git clone https://git.inz.fi/dwm/
Log | Files | Refs | README | LICENSE

commit 82064af2d7076045980c694241cf0326aea7e7e2
parent d54444cfd73f5006bf58e29e50a4ed28d08f9435
Author: arg@10ksloc.org <unknown>
Date:   Mon,  7 Aug 2006 08:46:11 +0200

added stripping to dwm target in Makefile

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -28,6 +28,7 @@ config.h: dwm: ${OBJ} @echo LD $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} + @strip $@ clean: @echo cleaning