-
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule luamake
updated
13 files
+1 −1 | bee.lua | |
+1 −1 | main.lua | |
+2 −2 | make.lua | |
+10 −7 | scripts/action.lua | |
+4 −1 | scripts/command/shell.lua | |
+7 −10 | scripts/compiler/gcc.lua | |
+4 −7 | scripts/compiler/msvc.lua | |
+1 −1 | scripts/env/find_msvc.lua | |
+1 −1 | scripts/env/ndk.lua | |
+1 −1 | scripts/fsutil.lua | |
+1 −1 | scripts/glob.lua | |
+219 −2 | scripts/workspace.lua | |
+62 −332 | scripts/writer.lua |