Skip to content

Commit

Permalink
Merge pull request #3038 from selkij/master
Browse files Browse the repository at this point in the history
Fix MakeFile typos
  • Loading branch information
MishaProductions authored Jul 10, 2024
2 parents 9e8b615 + 1967573 commit 1648d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit 1648d48

Please sign in to comment.