runtime static library

This commit is contained in:
Blaise Tine
2020-06-27 14:13:13 -04:00
parent b7d7e69f47
commit 8a306de02d
73 changed files with 360 additions and 94341 deletions

5
runtime/tests/Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
$(MAKE) -C simple
clean:
$(MAKE) -C simple clean