]> git.armaanb.net Git - dwm.git/commitdiff
simplified Makefile
authorAnselm R. Garbe <garbeam@wmii.de>
Mon, 17 Jul 2006 16:49:13 +0000 (18:49 +0200)
committerAnselm R. Garbe <garbeam@wmii.de>
Mon, 17 Jul 2006 16:49:13 +0000 (18:49 +0200)
Makefile
config.mk

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}"
index 36199c3379962a16c1cf575c77eca88cd014d7e6..1ee6b6d978454d556bad403549219925b1842f76 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -2,7 +2,6 @@
 
 # paths
 PREFIX = /usr/local
-CONFPREFIX = ${PREFIX}/etc
 MANPREFIX = ${PREFIX}/share/man
 
 X11INC = /usr/X11R6/include