get nullptr'd lol

This commit is contained in:
2024-03-04 11:54:27 -06:00
parent 9bbae8730d
commit 5088bded35
26 changed files with 1540 additions and 10 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