aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-17 18:49:13 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-17 18:49:13 +0200
commit789717d109016279bd541efe5b72899fbcf68335 (patch)
tree2786cccf365c0563b0eec3ded9a5883b4e8de934
parent605630c14522759a0a7521d3d74ee2340591147f (diff)
simplified Makefile
-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