Files
nub-lang/examples/build.sh
2026-02-11 21:47:51 +01:00

10 lines
197 B
Bash
Executable File

pushd math
dotnet run --project ../../compiler math.nub --type=lib
pushd .build
unzip out.nublib
popd
popd
pushd program
dotnet run --project ../../compiler main.nub ../math/.build/out.nublib
popd