first commit

This commit is contained in:
2024-02-23 20:31:05 -06:00
commit 9c5130ccc3
81 changed files with 7633 additions and 0 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