summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2024-09-25 14:19:12 +0800
committerGitHub <[email protected]>2024-09-25 14:19:12 +0800
commitdc097d15931e7d16e295f01b1b4e136a3bbf11f1 (patch)
tree95d9bf5d048df8c261b0917ff43e3bb4f3c9842b /core/src
parent583f8e6944130e157ec85b8a975a76733b3eb775 (diff)
parentc2294cfacd63067dbe3ec1f9cd43f4d85808219c (diff)
Merge pull request #5656 from xmake-io/cli
rename demo to cli
Diffstat (limited to 'core/src')
-rw-r--r--core/src/cli/xmake.c (renamed from core/src/demo/xmake.c)0
-rw-r--r--core/src/cli/xmake.ico (renamed from core/src/demo/xmake.ico)bin119943 -> 119943 bytes
-rw-r--r--core/src/cli/xmake.lua (renamed from core/src/demo/xmake.lua)2
-rw-r--r--core/src/cli/xmake.rc (renamed from core/src/demo/xmake.rc)0
-rwxr-xr-xcore/src/cli/xmake.sh (renamed from core/src/demo/xmake.sh)2
5 files changed, 2 insertions, 2 deletions
diff --git a/core/src/demo/xmake.c b/core/src/cli/xmake.c
index 82ed54e25..82ed54e25 100644
--- a/core/src/demo/xmake.c
+++ b/core/src/cli/xmake.c
diff --git a/core/src/demo/xmake.ico b/core/src/cli/xmake.ico
index 52c8ef389..52c8ef389 100644
--- a/core/src/demo/xmake.ico
+++ b/core/src/cli/xmake.ico
Binary files differ
diff --git a/core/src/demo/xmake.lua b/core/src/cli/xmake.lua
index f519dd88a..e093191a6 100644
--- a/core/src/demo/xmake.lua
+++ b/core/src/cli/xmake.lua
@@ -1,4 +1,4 @@
-target("demo")
+target("cli")
-- disable this target if only build libaries
if has_config("onlylib") then
diff --git a/core/src/demo/xmake.rc b/core/src/cli/xmake.rc
index 2167c8f25..2167c8f25 100644
--- a/core/src/demo/xmake.rc
+++ b/core/src/cli/xmake.rc
diff --git a/core/src/demo/xmake.sh b/core/src/cli/xmake.sh
index 05b1047ca..531a6e86a 100755
--- a/core/src/demo/xmake.sh
+++ b/core/src/cli/xmake.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-target "demo"
+target "cli"
add_deps "xmake"
set_kind "binary"
set_basename "xmake"