summaryrefslogtreecommitdiff
path: root/core/src/cli/xmake.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/cli/xmake.c')
-rw-r--r--core/src/cli/xmake.c12
1 files changed, 12 insertions, 0 deletions
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);
+}