This commit is contained in:
nub31
2026-02-27 22:33:21 +01:00
parent e5227f7a99
commit ecb628c4c2
2 changed files with 1 additions and 49 deletions

View File

@@ -4,12 +4,8 @@ pushd core
dotnet run --project ../../compiler mem.nub print.nub --type=lib
popd
pushd math
dotnet run --project ../../compiler math.nub --type=lib
popd
pushd program
dotnet run --project ../../compiler main.nub ../math/.build/out.nublib ../core/.build/out.nublib
dotnet run --project ../../compiler main.nub ../core/.build/out.nublib
popd
./program/.build/out