X-Git-Url: https://git.armaanb.net/?p=sic.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=6fdcfbb7dcfa5c509052ef11605070475f205022;hp=d77b4f218721fef253b1261598b0037dc8d731dd;hb=f87d3f5bef896bc066d46170b6e124d2a2239fba;hpb=7cfa52d6eb11bd1c14e626806cce56c3faeadf26 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 $@