Started working on engine nodes

This commit is contained in:
2022-10-02 05:42:45 +01:00
parent 50aef00ec0
commit 7e1612d915
12 changed files with 365 additions and 19 deletions

View File

@@ -13,6 +13,9 @@ toy: $(LIBDIR)
core: $(LIBDIR)
$(MAKE) -C core
test: clean $(OUTDIR) toy core
$(MAKE) -C test
$(OUTDIR):
mkdir $(OUTDIR)