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 'samples/project/premake4.lua')
-rw-r--r--samples/project/premake4.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/samples/project/premake4.lua b/samples/project/premake4.lua
index e543803..7ce87bd 100644
--- a/samples/project/premake4.lua
+++ b/samples/project/premake4.lua
@@ -28,14 +28,6 @@ solution "PremakeTestbox"
--- add to the built-in clean action
-
- if _ACTION == "clean" then
- os.rmdir("bin")
- end
-
-
-
-- add a new install action
newaction {