summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--README_zh.md10
-rw-r--r--xmake/rules/mode/xmake.lua1
3 files changed, 21 insertions, 0 deletions
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