diff options
| author | ruki <[email protected]> | 2018-04-13 23:57:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-13 17:45:40 +0800 |
| commit | 9e80cf8b5075b5eb4af1a2a0b652b486ddfe2da9 (patch) | |
| tree | e671c9a9dff3690f934f07d8f3164a99400ea078 | |
| parent | d8a540a7e74e224d0a19dec874628a69766bcd98 (diff) | |
add ascii logo in readme
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | README_zh.md | 10 | ||||
| -rw-r--r-- | xmake/rules/mode/xmake.lua | 1 |
3 files changed, 21 insertions, 0 deletions
@@ -60,6 +60,16 @@ If you want to known more, please refer to: * [Github](https://github.com/tboox/xmake) * [Gitee](https://gitee.com/tboox/xmake) +``` + _ + __ ___ __ __ __ _| | ______ + \ \/ / | \/ |/ _ | |/ / __ \ + > < | \__/ | /_| | < ___/ + /_/\_\_|_| |_|\__ \|_|\_\____| + + by ruki, tboox.org +``` + ## Installation #### via curl diff --git a/README_zh.md b/README_zh.md index aae5804d0..6b24d654e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -66,6 +66,16 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描 * [Github](https://github.com/tboox/xmake) * [Gitee](https://gitee.com/tboox/xmake) +``` + _ + __ ___ __ __ __ _| | ______ + \ \/ / | \/ |/ _ | |/ / __ \ + > < | \__/ | /_| | < ___/ + /_/\_\_|_| |_|\__ \|_|\_\____| + + by ruki, tboox.org +``` + ## 安装 #### 使用curl diff --git a/xmake/rules/mode/xmake.lua b/xmake/rules/mode/xmake.lua index 6511667c5..1d0aa11d3 100644 --- a/xmake/rules/mode/xmake.lua +++ b/xmake/rules/mode/xmake.lua @@ -26,6 +26,7 @@ rule("mode:debug") on_load(function (target) + -- TODO if is_mode("debug") -- is debug mode now? xmake f -m debug if val("mode") == "debug" then |
