From a1b70380dbfc83b2044cad3ce46f68e2878dd976 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 7 Sep 2009 11:43:31 +0200 Subject: moving config.h to config.def.h. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6dc19fa..5a98461 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,11 @@ options: @echo CC $< @${CC} -c ${CFLAGS} $< -${OBJ}: config.mk +${OBJ}: config.h config.mk + +config.h: + @echo creating $@ from config.def.h + @cp config.def.h $@ surf: ${OBJ} @echo CC -o $@ -- cgit v1.2.3