From a1bd74db194880267a73e4d72d011e9a2b8ac0bd Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:33:49 +1100 Subject: rename target to obj --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3-70-g09d2