diff --git a/example/makefile b/example/makefile index 328e6d5..a6d80b4 100644 --- a/example/makefile +++ b/example/makefile @@ -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