Files
nub-lang/examples/build.sh
nub31 576abe1240 ...
2026-02-10 22:26:18 +01:00

11 lines
166 B
Bash
Executable File

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