X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=23e5fc7c09275e54eb5e43a7633e6ef8b959b405;hp=e2caadd9008a8ee30c9f3c2fa4169be7aca6e8e0;hb=79cd408844c62963aa0eec45bb0414ed66f06f6f;hpb=29355bd38284ed9aec8d3ffabde61db73947c9f9 diff --git a/Makefile b/Makefile index e2caadd..23e5fc7 100644 --- a/Makefile +++ b/Makefile @@ -3,15 +3,15 @@ include config.mk -SRC = client.c draw.c event.c key.c main.c screen.c util.c +SRC = client.c draw.c event.c main.c tag.c util.c 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}"