about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--config.mk1
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3433894..23e5fc7 100644
--- 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}"
diff --git a/config.mk b/config.mk
index 36199c3..1ee6b6d 100644
--- 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