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

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2008-12-23 01:47:16 +0300
committerstarkos <unknown>2008-12-23 01:47:16 +0300
commitb0441e8eb4ef3298081d5b5ad0bd3da6e6b3c46e (patch)
treea7364fa5e34f471667caa910d5c2ea0ad6ff2162 /premake4.lua
parent78c4c029970b451fcb93bfae777c73330d957f18 (diff)
Changed makefile CONFIG variable to "config" to match "verbose"
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/premake4.lua b/premake4.lua
index e77c013..b4da202 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -134,8 +134,6 @@ project "Premake4"
out:write("\t0\n};\n");
out:close()
-
- print("Done.")
end