diff options
Diffstat (limited to 'xmake/scripts/xmake_main.lua')
| -rw-r--r-- | xmake/scripts/xmake_main.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake/scripts/xmake_main.lua b/xmake/scripts/xmake_main.lua deleted file mode 100644 index 79623adfe..000000000 --- a/xmake/scripts/xmake_main.lua +++ /dev/null @@ -1,8 +0,0 @@ - -print("_PROGRAM_DIR: ", _PROGRAM_DIR) -print("_PROJECT_DIR: ", _PROJECT_DIR) - -for _, b in pairs(_ARGV) do - print(b) -end - |
