Updated Makefiles of runtime/tests ,dev, hello, and nlTest

This commit is contained in:
MalikBurton
2020-07-14 19:18:01 -04:00
parent f0046fed3c
commit 6df7181c74
4 changed files with 77 additions and 62 deletions

View File

@@ -1,5 +1,11 @@
all:
$(MAKE) -C simple
$(MAKE) -C dev
$(MAKE) -C hello
$(MAKE) -C nlTest
clean:
$(MAKE) -C simple clean
$(MAKE) -C simple clean
$(MAKE) -C dev clean
$(MAKE) -C hello clean
$(MAKE) -C nlTest clean