JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implemented fallback for too many clients in stacked mode
[dwm.git] / Makefile
index e2caadd..23e5fc7 100644 (file)
--- 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}"