ASDV-Cpp/Assignments/MP2_CalebFontenot/.dep.inc

6 lines
163 B
PHP
Raw Normal View History

2024-03-06 08:02:24 -06:00
# This code depends on make tool being used
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
ifneq (${DEPFILES},)
include ${DEPFILES}
endif