Updated Toy to 0.6.3

This commit is contained in:
2022-11-26 16:03:56 +00:00
parent da9afb7e5b
commit 5231572578
9 changed files with 22 additions and 21 deletions

View File

@@ -31,6 +31,7 @@ library: libs $(OBJ)
static: libs $(OBJ)
ar crs $(CORE_OUTDIR)/lib$(OUTNAME).a $(OBJ) -L../$(LIBDIR) $(LIBS)
#copy the stuff from Toy/repl that is needed
libs:
cp ../Toy/repl/lib* .
cp ../Toy/repl/repl_tools.* .