diff options
| author | ruki <[email protected]> | 2017-08-27 21:44:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-27 21:44:26 +0800 |
| commit | 82656cd001b02abd7f1a4b5ba6dcd89c50899d46 (patch) | |
| tree | 306c4acfc3e7d123a6c742d531aa02fbd7201132 /xmake/platforms/linux | |
| parent | d3f38de4ea68ca59a74bb8a96ea3ffe4db2563f6 (diff) | |
update description and index
Diffstat (limited to 'xmake/platforms/linux')
| -rw-r--r-- | xmake/platforms/linux/check.lua | 2 | ||||
| -rw-r--r-- | xmake/platforms/linux/install.lua | 2 | ||||
| -rw-r--r-- | xmake/platforms/linux/load.lua | 2 | ||||
| -rw-r--r-- | xmake/platforms/linux/uninstall.lua | 2 | ||||
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/xmake/platforms/linux/check.lua b/xmake/platforms/linux/check.lua index 39d8daf70..6e5158b60 100644 --- a/xmake/platforms/linux/check.lua +++ b/xmake/platforms/linux/check.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/platforms/linux/install.lua b/xmake/platforms/linux/install.lua index abc6927e0..db63878e4 100644 --- a/xmake/platforms/linux/install.lua +++ b/xmake/platforms/linux/install.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/platforms/linux/load.lua b/xmake/platforms/linux/load.lua index c62322e15..b91c7148e 100644 --- a/xmake/platforms/linux/load.lua +++ b/xmake/platforms/linux/load.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/platforms/linux/uninstall.lua b/xmake/platforms/linux/uninstall.lua index 504260b9b..d3760d041 100644 --- a/xmake/platforms/linux/uninstall.lua +++ b/xmake/platforms/linux/uninstall.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index 753e24742..97f82130f 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -1,4 +1,4 @@ ---!The Make-like Build Utility based on Lua +--!A cross-platform build utility based on Lua -- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file |
