diff options
| author | ruki <[email protected]> | 2020-11-15 18:36:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-15 18:36:47 +0800 |
| commit | ffc6d4548d70deda6c9a0a8bd8c6d33c969ece32 (patch) | |
| tree | e161686558c6c6220138bc1714700a3e78a7e20c | |
| parent | 55900556b2fe088b846d43067cab6a70f5b53e3c (diff) | |
fix trailing whitespaces
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | README_zh.md | 12 |
2 files changed, 11 insertions, 11 deletions
@@ -1,7 +1,7 @@ <div align="center"> <a href="https://xmake.io"> <img width="160" heigth="160" src="https://tboox.org/static/img/xmake/logo256c.png"> - </a> + </a> <h1>xmake</h1> @@ -292,7 +292,7 @@ Download and use packages in [xmake-repo](https://github.com/xmake-io/xmake-repo ```lua add_requires("tbox >1.6.1", "libuv master", "vcpkg::ffmpeg", "brew::pcre2/libpcre2-8") -add_requires("conan::openssl/1.1.1g", {alias = "openssl", optional = true, debug = true}) +add_requires("conan::openssl/1.1.1g", {alias = "openssl", optional = true, debug = true}) target("test") set_kind("binary") add_files("src/*.c") @@ -325,7 +325,7 @@ target("test") ```lua target("echo") add_rules("wdk.driver", "wdk.env.umdf") - add_files("driver/*.c") + add_files("driver/*.c") add_files("driver/*.inx") add_includedirs("exe") @@ -386,10 +386,10 @@ $ xmake l lib.detect.find_tool gcc $ xmake l > print("hello xmake!") > {1, 2, 3} -< { +< { 1, 2, - 3 + 3 } ``` diff --git a/README_zh.md b/README_zh.md index ab640ef53..b9a33a877 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,7 +1,7 @@ <div align="center"> <a href="https://xmake.io/cn"> <img width="160" heigth="160" src="https://tboox.org/static/img/xmake/logo256c.png"> - </a> + </a> <h1>xmake</h1> @@ -300,7 +300,7 @@ target("test") ```lua add_requires("tbox >1.6.1", "libuv master", "vcpkg::ffmpeg", "brew::pcre2/libpcre2-8") -add_requires("conan::openssl/1.1.1g", {alias = "openssl", optional = true, debug = true}) +add_requires("conan::openssl/1.1.1g", {alias = "openssl", optional = true, debug = true}) target("test") set_kind("binary") add_files("src/*.c") @@ -333,7 +333,7 @@ target("test") ```lua target("echo") add_rules("wdk.driver", "wdk.env.umdf") - add_files("driver/*.c") + add_files("driver/*.c") add_files("driver/*.inx") add_includedirs("exe") @@ -394,10 +394,10 @@ $ xmake l lib.detect.find_tool gcc $ xmake l > print("hello xmake!") > {1, 2, 3} -< { +< { 1, 2, - 3 + 3 } ``` @@ -490,7 +490,7 @@ $ ./gradlew app:assembleDebug * 源码:[Github](https://github.com/xmake-io/xmake), [Gitee](https://gitee.com/tboox/xmake) * QQ群:343118190(技术支持), 662147501 * 微信公众号:tboox-os - + ## 感谢 感谢所有对xmake有所[贡献](CONTRIBUTING.md)的人: |
