summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index 10d6a80..18db07c 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -103,7 +103,7 @@ target("std")
add_files("examples/standard_lib/ex_std.c")
set_rundir("$(projectdir)")
-target("obj_loading")
+target("obj")
set_kind("binary")
set_group("examples")
add_deps("core_static")