diff --git a/Makefile.in b/Makefile.in index 1a63c79..b864c9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,6 +47,8 @@ ${DIR_LIST}: -include ${DEPENDENCE_LIST} +${TG_OBJECTS} ${TGL_OBJECTS}: auto/constants.h + ${TG_OBJECTS}: ${OBJ}/%.o: %.c | create_dirs_and_headers ${CC} ${INCLUDE} ${COMPILE_FLAGS} -c -MP -MD -MF ${DEP}/$*.d -MQ ${OBJ}/$*.o -o $@ $<