X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/99b126d0afe461960d001385c9ee13295c8ed543..6a8e176df103f406f81fff47d5ab456ccc867a0d:/Makefile?ds=sidebyside 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