X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/a730213c3b47397c890eea0df7e03e45d5d38b6d..1e826ddd3ee0159bf2bd296a24e557b0d971ed91:/Makefile?ds=sidebyside 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