fix makefile

This commit is contained in:
nub31
2025-07-07 16:46:38 +02:00
parent a617305588
commit c1a602a395

View File

@@ -1,8 +1,8 @@
CFLAGS = -g
bin/out: src/main.nub src/c.nub
dotnet build ../src/compiler/CLI/CLI.csproj -c Release
../src/compiler/CLI/bin/Release/net9.0/nubc src/main.nub src/c.nub
dotnet build ../src/compiler/NubLang.CLI/NubLang.CLI.csproj -c Release
../src/compiler/NubLang.CLI/bin/Release/net9.0/nubc src/main.nub src/c.nub
run: bin/out
bin/out