moving config.h to config.def.h.

This commit is contained in:
Enno Boland (tox)
2009-09-07 11:43:31 +02:00
parent 03f0a3baf5
commit a1b70380db
2 changed files with 15 additions and 11 deletions
+5 -1
View File
@@ -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 $@