]> git.armaanb.net Git - dwm.git/blobdiff - Makefile
simplified Makefile
[dwm.git] / Makefile
index 3433894d194ead8eb09c297b37b7e0f0fa1a740e..23e5fc7c09275e54eb5e43a7633e6ef8b959b405 100644 (file)
--- 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}"