add MP1, lab2

This commit is contained in:
2024-02-28 16:11:37 -06:00
parent 9c5130ccc3
commit 7245240a85
34 changed files with 2171 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