Added dependences to Makefile
This commit is contained in:
parent
0e13277938
commit
e0782b77a3
1 changed files with 1 additions and 1 deletions
|
@ -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 $@ $<
|
||||
|
|
Loading…
Add table
Reference in a new issue