diff options
| author | ruki <[email protected]> | 2020-08-11 22:45:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-08-11 22:45:09 +0800 |
| commit | 8aa411899ee7ee5ec927407a7f39a4a887885f43 (patch) | |
| tree | 9f678d3a7288114b2a19b6cf93fec49bf81e9a1c | |
| parent | 679191eb773e4f8c026a4e71979771d6a5a8ba9c (diff) | |
remove empty lines for template
| -rw-r--r-- | xmake/templates/c++/console/project/xmake.lua | 1 | ||||
| -rw-r--r-- | xmake/templates/c++/shared/project/xmake.lua | 1 | ||||
| -rw-r--r-- | xmake/templates/c++/static/project/xmake.lua | 1 | ||||
| -rw-r--r-- | xmake/templates/c/console/project/xmake.lua | 1 | ||||
| -rw-r--r-- | xmake/templates/c/shared/project/xmake.lua | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/xmake/templates/c++/console/project/xmake.lua b/xmake/templates/c++/console/project/xmake.lua index e0a7bdd52..649206eb1 100644 --- a/xmake/templates/c++/console/project/xmake.lua +++ b/xmake/templates/c++/console/project/xmake.lua @@ -1,4 +1,3 @@ - add_rules("mode.debug", "mode.release") target("${TARGETNAME}") diff --git a/xmake/templates/c++/shared/project/xmake.lua b/xmake/templates/c++/shared/project/xmake.lua index 85a597b5e..660816dd1 100644 --- a/xmake/templates/c++/shared/project/xmake.lua +++ b/xmake/templates/c++/shared/project/xmake.lua @@ -1,4 +1,3 @@ - add_rules("mode.debug", "mode.release") target("${TARGETNAME}") diff --git a/xmake/templates/c++/static/project/xmake.lua b/xmake/templates/c++/static/project/xmake.lua index a2f3b77bf..6e9fcf6e9 100644 --- a/xmake/templates/c++/static/project/xmake.lua +++ b/xmake/templates/c++/static/project/xmake.lua @@ -1,4 +1,3 @@ - add_rules("mode.debug", "mode.release") target("${TARGETNAME}") diff --git a/xmake/templates/c/console/project/xmake.lua b/xmake/templates/c/console/project/xmake.lua index 068845cff..4fe46c6ff 100644 --- a/xmake/templates/c/console/project/xmake.lua +++ b/xmake/templates/c/console/project/xmake.lua @@ -1,4 +1,3 @@ - add_rules("mode.debug", "mode.release") target("${TARGETNAME}") diff --git a/xmake/templates/c/shared/project/xmake.lua b/xmake/templates/c/shared/project/xmake.lua index 0d3153779..14931a60c 100644 --- a/xmake/templates/c/shared/project/xmake.lua +++ b/xmake/templates/c/shared/project/xmake.lua @@ -1,4 +1,3 @@ - add_rules("mode.debug", "mode.release") target("${TARGETNAME}") |
