diff options
Diffstat (limited to '3rdparty/genie/src/actions/make/make_solution.lua')
| -rw-r--r-- | 3rdparty/genie/src/actions/make/make_solution.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/genie/src/actions/make/make_solution.lua b/3rdparty/genie/src/actions/make/make_solution.lua index 40339fb37db..d00ee6fbc1f 100644 --- a/3rdparty/genie/src/actions/make/make_solution.lua +++ b/3rdparty/genie/src/actions/make/make_solution.lua @@ -13,6 +13,7 @@ -- write a header showing the build options _p('# %s solution makefile autogenerated by GENie', premake.action.current().shortname) + _p('# https://github.com/bkaradzic/GENie') _p('# Type "make help" for usage help') _p('') |
