diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-09 16:33:49 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-09 16:33:49 +1100 |
commit | a1bd74db194880267a73e4d72d011e9a2b8ac0bd (patch) | |
tree | 58ffdbe9b36c46829c2aa03839abde22336dcf71 /xmake.lua | |
parent | c5bdf826bb0206e22c5b7cc8d7917a549a8c13ac (diff) |
rename target to obj
Diffstat (limited to 'xmake.lua')
-rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |