From 19675738c9a4c3b29f4724de55aa5cb285c45378 Mon Sep 17 00:00:00 2001 From: selkij Date: Tue, 9 Jul 2024 23:28:05 +0200 Subject: [PATCH] Fix MakeFile typos --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80610c24ed..1db0ffe870 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ all: $(IL2CPU_DIR) $(XSHARP_DIR) $(COMMON_DIR) @sudo $(MAKE) install @$(MAKE) nuget-install @$(MAKE) template-install - @printf "To create a Cosmos kernel, run \'dotnet new cosmosCSKernel -n \{name\}\'' + @printf "To create a Cosmos kernel, run \'dotnet new cosmosCSKernel -n \{name\}\'" @printf "Build log file saved to ${GREEN}$(THISDIR)/build${date}.log${DEFAULT}\n" @printf "============================================\n" @printf "| ${YELLOW}Cosmos${DEFAULT} has been installed successfully! |\n" @@ -155,6 +155,6 @@ nuget-install: template-install: @printf "Installing ${GREEN}C# Template packages${DEFAULT}\n" @-dotnet new uninstall $(THISDIR)/source/templates/csharp/ - @printf "If the template was not installed, you can ignore this" + @printf "If the template was not installed, you can ignore this\n" @dotnet new -i $(THISDIR)/source/templates/csharp/ #TODO: Uninstall