From 9da370e387b0414c64d7b70fe7561b3ceb5beae7 Mon Sep 17 00:00:00 2001 From: nub31 Date: Sun, 1 Mar 2026 00:15:11 +0100 Subject: [PATCH] ... --- examples/build.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/build.sh b/examples/build.sh index a175add..84b53d1 100755 --- a/examples/build.sh +++ b/examples/build.sh @@ -1,11 +1,15 @@ set -e +pushd ../compiler + dotnet build -c Release +popd + pushd core -dotnet run --project ../../compiler sys.nub print.nub --type=lib + time ../../compiler/bin/Release/net9.0/Compiler sys.nub print.nub --type=lib popd pushd program -dotnet run --project ../../compiler main.nub ../core/.build/out.nublib + time ../../compiler/bin/Release/net9.0/Compiler main.nub ../core/.build/out.nublib popd ./program/.build/out \ No newline at end of file