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
0 Create actual README' href='/charadon/games/Pong-C/commit/README.txt?id=bdf56a92b13188901ebee287f5a505558952c8af'>bdf56a9 ^
4e1daee ^



bdf56a9 ^
35b8774 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39