This commit is contained in:
nub31
2025-06-29 17:12:26 +02:00
parent 7617ddae73
commit a19e37f6da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
CFLAGS = -g
bin/out: src/main.nub src/c.nub
dotnet run --project ../src/compiler/CLI/CLI.csproj src/main.nub src/c.nub
dotnet build ../src/compiler/CLI/CLI.csproj -c Release
../src/compiler/CLI/bin/Debug/net9.0/nubc src/main.nub src/c.nub
mkdir -p bin
gcc $(CFLAGS) -o bin/out bin-int/out/out.a