This commit is contained in:
nub31
2025-05-27 10:28:10 +02:00
parent f659cfa7fd
commit 98c42f6021

View File

@@ -3,7 +3,7 @@ set -e
mkdir -p out mkdir -p out
dotnet publish -c Release src/compiler/Nub.Lang dotnet build src/lang/Nub.Lang.CLI
nub example > out/out.qbe nub example > out/out.qbe