From 9e80cf8b5075b5eb4af1a2a0b652b486ddfe2da9 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 Apr 2018 23:57:36 +0800 Subject: add ascii logo in readme --- README.md | 10 ++++++++++ README_zh.md | 10 ++++++++++ xmake/rules/mode/xmake.lua | 1 + 3 files changed, 21 insertions(+) diff --git a/README.md b/README.md index e62269346..f3817bd9f 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.3.1