Fix makefile
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
CFLAGS = -g
|
||||
|
||||
bin/out: src/main.nub src/c.nub
|
||||
bin/out: src/main.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
|
||||
../src/compiler/NubLang.CLI/bin/Release/net9.0/nubc src/main.nub
|
||||
|
||||
run: bin/out
|
||||
bin/out
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
extern func printf(fmt: cstring, arg: i64): void
|
||||
extern func puts(fmt: cstring)
|
||||
Reference in New Issue
Block a user