X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/ad4962c7eb5f62400c762fea90d9be0e85f5c33d..6ee8e3e93b79b7c92246d7d520d5a24be59e5807:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 2c015b9..6219d56 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # dwm - dynamic window manager -# (C)opyright MMVI-MMVII Anselm R. Garbe +# © 2006-2007 Anselm R. Garbe, Sander van Dijk include config.mk @@ -27,7 +27,6 @@ config.h: dwm: ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} - @strip $@ clean: @echo cleaning