diff --git a/tools/nnyeah/Makefile b/tools/nnyeah/Makefile index cb7427f42d..fb37dfb911 100644 --- a/tools/nnyeah/Makefile +++ b/tools/nnyeah/Makefile @@ -6,7 +6,7 @@ all-local:: bin/Debug/net5.0/nnyeah.dll install-local:: all-local bin/Debug/net5.0/nnyeah.dll: $(wildcard **/*.cs) $(wildcard **/*.csproj) $(wildcard *.sln) Makefile - $(Q_BUILD) $(SYSTEM_MSBUILD) "/bl:$@.binlog" /restore $(MSBUILD_VERBOSITY) $(wildcard *.sln) + $(Q_BUILD) $(SYSTEM_DOTNET) build "/bl:$@.binlog" /restore $(MSBUILD_VERBOSITY) $(wildcard *.sln) clean: - $(Q_BUILD) $(SYSTEM_MSBUILD) "/bl:$@.binlog" /restore $(MSBUILD_VERBOSITY) /t:Clean $(wildcard *.sln) + $(Q_BUILD) $(SYSTEM_DOTNET) build "/bl:$@.binlog" /restore $(MSBUILD_VERBOSITY) /t:Clean $(wildcard *.sln)