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/CsSharedLib/premake4.lua')
-rw-r--r--samples/project/CsSharedLib/premake4.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/project/CsSharedLib/premake4.lua b/samples/project/CsSharedLib/premake4.lua
index e8df542..c8d65e2 100644
--- a/samples/project/CsSharedLib/premake4.lua
+++ b/samples/project/CsSharedLib/premake4.lua
@@ -9,3 +9,8 @@ project "CsSharedLib"
configuration "Release"
targetdir "lib/release"
+
+
+ if _ACTION == "clean" then
+ os.rmdir("lib")
+ end \ No newline at end of file