summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2014-11-02 09:23:48 +0100
committerAnselm R Garbe <garbeam@gmail.com>2014-11-02 09:23:48 +0100
commitf87d3f5bef896bc066d46170b6e124d2a2239fba (patch)
tree4425a0294e543fea00425e13c4040aa451513a8d /Makefile
parent7cfa52d6eb11bd1c14e626806cce56c3faeadf26 (diff)
downloadcic-f87d3f5bef896bc066d46170b6e124d2a2239fba.tar.gz
applied Eric's config.def.h patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d77b4f2..6fdcfbb 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,11 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
-${OBJ}: config.mk util.c
+${OBJ}: config.h config.mk util.c
+
+config.h:
+ @echo creating $@ from config.def.h
+ @cp config.def.h $@
sic: ${OBJ}
@echo CC -o $@