Remove github reference in README.md

This commit is contained in:
Thraix
2026-05-06 21:03:50 +02:00
parent b112ab4501
commit c0d6afbf1a
5 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ void Makefile::Save(ConfigFile& conf, unsigned int flags)
outputFile << "# This Makefile was generated using MakeGen " << MAKEGEN_VERSION << " made by Tim Håkansson"
<< std::endl;
outputFile << "# and is licensed under MIT. Full source of the project can be found at" << std::endl;
outputFile << "# https://github.com/Thraix/MakeGen" << std::endl;
outputFile << "# https://gitea.timha.se/Thraix/MakeGen" << std::endl;
outputFile << "CC=@g++" << std::endl;
std::string outputtype = conf.GetSettingString(ConfigSetting::OutputType);
if (outputtype != "executable")