X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=23e5fc7c09275e54eb5e43a7633e6ef8b959b405;hp=3433894d194ead8eb09c297b37b7e0f0fa1a740e;hb=79cd408844c62963aa0eec45bb0414ed66f06f6f;hpb=dba23062bad40afb1a90f60b6897cf9e1ca5035b diff --git a/Makefile b/Makefile index 3433894..23e5fc7 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ OBJ = ${SRC:.c=.o} MAN1 = dwm.1 BIN = dwm -all: config dwm +all: options dwm @echo finished -config: +options: @echo dwm build options: @echo "LIBS = ${LIBS}" @echo "CFLAGS = ${CFLAGS}"