Final commit

This commit is contained in:
Roman Venediktov 2024-02-06 15:39:33 +01:00
parent b532e90ea0
commit db296f5259
7 changed files with 57 additions and 34 deletions

View file

@ -20,7 +20,7 @@ remake_runtime:
$(MAKE) -C runtime clean
$(MAKE) -C runtime all
copy_to_build: all
copy_to_build: all remake_runtime
mkdir -p $(BUILDDIR)
cp runtime/Std.i runtime/runtime.a stdlib/* $(BUILDDIR)