CI script updates

This commit is contained in:
Blaise Tine
2020-09-20 00:17:42 -04:00
parent a8972af51e
commit c9d38c2b80
74 changed files with 311902 additions and 2685797 deletions

View File

@@ -3,19 +3,16 @@ all:
$(MAKE) -C dev
$(MAKE) -C hello
$(MAKE) -C nlTest
$(MAKE) -C vecadd
run:
$(MAKE) -C simple run
$(MAKE) -C dev run
$(MAKE) -C hello run
$(MAKE) -C nlTest run
$(MAKE) -C vecadd run
clean:
$(MAKE) -C simple clean
$(MAKE) -C dev clean
$(MAKE) -C hello clean
$(MAKE) -C nlTest clean
$(MAKE) -C vecadd clean