Added dependences to Makefile

This commit is contained in:
Vysheng 2014-09-02 14:23:22 +04:00
parent ae6b0d2e1f
commit e1d6fed2d6

View File

@ -47,7 +47,7 @@ ${DIR_LIST}:
-include ${DEPENDENCE_LIST}
${TG_OBJECTS} ${TGL_OBJECTS}: ${AUTO}/constants.h
${TG_OBJECTS} ${TGL_OBJECTS}: ${AUTO}/constants.h ${AUTO}/auto-header.h
${TG_OBJECTS}: ${OBJ}/%.o: %.c | create_dirs_and_headers
${CC} ${INCLUDE} ${COMPILE_FLAGS} -c -MP -MD -MF ${DEP}/$*.d -MQ ${OBJ}/$*.o -o $@ $<