From c2294cfacd63067dbe3ec1f9cd43f4d85808219c Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 24 Sep 2024 23:22:20 +0800 Subject: rename demo to cli --- core/src/cli/xmake.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 core/src/cli/xmake.c (limited to 'core/src/cli/xmake.c') diff --git a/core/src/cli/xmake.c b/core/src/cli/xmake.c new file mode 100644 index 000000000..82ed54e25 --- /dev/null +++ b/core/src/cli/xmake.c @@ -0,0 +1,12 @@ +/* ////////////////////////////////////////////////////////////////////////////////////// + * includes + */ +#include "xmake/xmake.h" + +/* ////////////////////////////////////////////////////////////////////////////////////// + * main + */ +tb_int_t main(tb_int_t argc, tb_char_t** argv) +{ + return xm_engine_run("xmake", argc, argv, tb_null, tb_null); +} -- cgit v1.3.1