applied Eric's config.def.h patch

This commit is contained in:
Anselm R Garbe
2014-11-02 09:23:48 +01:00
parent 7cfa52d6eb
commit f87d3f5bef
3 changed files with 19 additions and 5 deletions

View File

@@ -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 $@