X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=d3fc989a8659ab3b1c647c1f9a614546b1c212c4;hp=342a9c26850c7d48cc6af01d36de6d6e77938596;hb=82064af2d7076045980c694241cf0326aea7e7e2;hpb=d54444cfd73f5006bf58e29e50a4ed28d08f9435 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