aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-03 17:08:43 +0200
committerarg@10ksloc.org <unknown>2006-08-03 17:08:43 +0200
commit99b126d0afe461960d001385c9ee13295c8ed543 (patch)
treeba54f379f2940340774f11db42ccf32052d4b80f /Makefile
parenta2d56f6dcef7adb1a85951871cb51a052709241a (diff)
downloaddwm-99b126d0afe461960d001385c9ee13295c8ed543.tar.gz
removed CONFIG
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b7db7cc..342a9c2 100644
--- a/Makefile
+++ b/Makefile
@@ -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
@@ -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 $@
remember that computers suck.