X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=d3fc989a8659ab3b1c647c1f9a614546b1c212c4;hb=82064af2d7076045980c694241cf0326aea7e7e2;hp=57cacbb43f9210278bb96d2e67f273104d36efd0;hpb=4d55eee7547ff3b9e0d801c1aa86ba62286f56c4;p=dwm.git diff --git a/Makefile b/Makefile index 57cacbb..d3fc989 100644 --- a/Makefile +++ b/Makefile @@ -22,12 +22,13 @@ options: ${OBJ}: dwm.h config.h config.h: - @echo creating default $@ + @echo creating $@ from config.default.h @cp config.default.h $@ dwm: ${OBJ} @echo LD $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} + @strip $@ clean: @echo cleaning