X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=23e5fc7c09275e54eb5e43a7633e6ef8b959b405;hb=789717d109016279bd541efe5b72899fbcf68335;hp=3433894d194ead8eb09c297b37b7e0f0fa1a740e;hpb=605630c14522759a0a7521d3d74ee2340591147f;p=dwm.git 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}"