Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
605630c
)
simplified Makefile
author
Anselm R. Garbe <
[email protected]
>
Mon, 17 Jul 2006 16:49:13 +0000
(18:49 +0200)
committer
Anselm R. Garbe <
[email protected]
>
Mon, 17 Jul 2006 16:49:13 +0000
(18:49 +0200)
Makefile
patch
|
blob
|
history
config.mk
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3433894
..
23e5fc7
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}"
diff --git
a/config.mk
b/config.mk
index
36199c3
..
1ee6b6d
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