Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved CONFIG - dwm - [fork] customized build of dwm, the dynamic window mana…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 99b126d0afe461960d001385c9ee13295c8ed543
parent a2d56f6dcef7adb1a85951871cb51a052709241a
Author: [email protected] <unknown>
Date: Thu, 3 Aug 2006 17:08:43 +0200
removed CONFIG
Diffstat:
M Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -5,7 +5,6 @@ include config.mk
SRC = client.c draw.c event.c main.c tag.c util.c
OBJ = ${SRC:.c=.o}
-CONFIG ?= config.default.h
all: options dwm
@echo finished
t@@ -23,8 +22,8 @@ options:
${OBJ}: dwm.h config.h
config.h:
- @echo creating $@ from ${CONFIG}
- @cp ${CONFIG} $@
+ @echo creating $@ from config.default.h
+ @cp config.default.h $@
dwm: ${OBJ}
@echo LD $@
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.