From 7f9a60fcb5b4d647bfdfe5c1f50e3a6cc9f847ff Mon Sep 17 00:00:00 2001 From: nub31 Date: Mon, 7 Jul 2025 16:46:38 +0200 Subject: [PATCH] fix makefile --- example/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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