Remove github reference in README.md
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user