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>2009-12-05 21:14:11 +0300
committerstarkos <unknown>2009-12-05 21:14:11 +0300
commiteb8fa9715fb5f04e63ba5977c78f451004c82b73 (patch)
tree5ab12504732ca6be1187015bb78fbc38daf527c9 /premake4.lua
parent4914da417b8593afe856a32018cbc65f53d0a36e (diff)
Added more source files to build script
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/premake4.lua b/premake4.lua
index 29eb7f5..b62a130 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -34,8 +34,7 @@
files
{
- "src/**.h", "src/**.c", "src/**.lua",
- "tests/**.lua"
+ "src/**.h", "src/**.c", "**.lua",
}
excludes