Introduction
Introduction Statistics Contact Development Disclaimer Help
tsimplified Makefile - dwm - [fork] customized build of dwm, the dynamic window…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 789717d109016279bd541efe5b72899fbcf68335
parent 605630c14522759a0a7521d3d74ee2340591147f
Author: Anselm R. Garbe <[email protected]>
Date: Mon, 17 Jul 2006 18:49:13 +0200
simplified Makefile
Diffstat:
M Makefile | 4 ++--
M config.mk | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -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
t@@ -2,7 +2,6 @@
# paths
PREFIX = /usr/local
-CONFPREFIX = ${PREFIX}/etc
MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.