JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
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 3433894..23e5fc7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,10 @@ OBJ = ${SRC:.c=.o}
 MAN1 = dwm.1 
 BIN = dwm
 
 MAN1 = dwm.1 
 BIN = dwm
 
-all: config dwm
+all: options dwm
        @echo finished
 
        @echo finished
 
-config:
+options:
        @echo dwm build options:
        @echo "LIBS     = ${LIBS}"
        @echo "CFLAGS   = ${CFLAGS}"
        @echo dwm build options:
        @echo "LIBS     = ${LIBS}"
        @echo "CFLAGS   = ${CFLAGS}"
index 36199c3..1ee6b6d 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -2,7 +2,6 @@
 
 # paths
 PREFIX = /usr/local
 
 # paths
 PREFIX = /usr/local
-CONFPREFIX = ${PREFIX}/etc
 MANPREFIX = ${PREFIX}/share/man
 
 X11INC = /usr/X11R6/include
 MANPREFIX = ${PREFIX}/share/man
 
 X11INC = /usr/X11R6/include