real_time/software/simulateur/.dep.inc
2020-03-25 03:10:55 +01:00

5 lines
163 B
PHP
Executable file

# This code depends on make tool being used
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
ifneq (${DEPFILES},)
include ${DEPFILES}
endif