X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/99b126d0afe461960d001385c9ee13295c8ed543..82064af2d7076045980c694241cf0326aea7e7e2:/Makefile 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