From f87d3f5bef896bc066d46170b6e124d2a2239fba Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Sun, 2 Nov 2014 09:23:48 +0100 Subject: applied Eric's config.def.h patch --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 $@ -- cgit v1.2.3