Update MP1

This commit is contained in:
2024-03-01 09:38:35 -06:00
parent 7245240a85
commit 4177802aac
5 changed files with 52 additions and 9 deletions

View File

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