Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/make/make_solution.lua')
-rw-r--r--src/actions/make/make_solution.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/actions/make/make_solution.lua b/src/actions/make/make_solution.lua
index 9f0fc30..4145212 100644
--- a/src/actions/make/make_solution.lua
+++ b/src/actions/make/make_solution.lua
@@ -15,7 +15,7 @@
_p('# %s solution makefile autogenerated by Premake', premake.action.current().shortname)
_p('# Type "make help" for usage help')
_p('')
-
+
-- set a default configuration
_p('ifndef config')
_p(' config=%s', _MAKE.esc(premake.getconfigname(sln.configurations[1], platforms[1], true)))
@@ -45,7 +45,7 @@
_p('\t@${MAKE} --no-print-directory -C %s -f %s clean', _MAKE.esc(path.getrelative(sln.location, prj.location)), _MAKE.esc(_MAKE.getmakefilename(prj, true)))
end
_p('')
-
+
-- help rule
_p('help:')
_p(1,'@echo "Usage: make [config=name] [target]"')
@@ -70,5 +70,5 @@
_p(1,'@echo ""')
_p(1,'@echo "For more information, see http://industriousone.com/premake/quick-start"')
-
+
end