applied Dimitris patches, thanks

This commit is contained in:
Anselm R Garbe
2011-03-06 07:37:21 +00:00
parent fdaf2adbc9
commit efb5435694
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
${OBJ}: config.mk
${OBJ}: config.mk util.c
sic: ${OBJ}
@echo CC -o $@