X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/a730213c3b47397c890eea0df7e03e45d5d38b6d..59e65d1709f7fb4c30761e7cea0875903924581e:/Makefile diff --git a/Makefile b/Makefile index 50732a1..6219d56 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,6 @@ config.h: dwm: ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} - @strip $@ clean: @echo cleaning