projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605630c
)
simplified Makefile
author
Anselm R. Garbe
<garbeam@wmii.de>
Mon, 17 Jul 2006 16:49:13 +0000
(18:49 +0200)
committer
Anselm R. Garbe
<garbeam@wmii.de>
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 3433894d194ead8eb09c297b37b7e0f0fa1a740e..23e5fc7c09275e54eb5e43a7633e6ef8b959b405 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 36199c3379962a16c1cf575c77eca88cd014d7e6..1ee6b6d978454d556bad403549219925b1842f76 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