X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=6219d56651cba590395d5a95e2b6ff197639d7ee;hp=2c015b91c944198da647a99f24b13b50cf4f9750;hb=b896b58d6dbdfc98c0099bd7276e4989527160c6;hpb=ad4962c7eb5f62400c762fea90d9be0e85f5c33d 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