summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-09 16:33:49 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-09 16:33:49 +1100
commita1bd74db194880267a73e4d72d011e9a2b8ac0bd (patch)
tree58ffdbe9b36c46829c2aa03839abde22336dcf71 /xmake.lua
parentc5bdf826bb0206e22c5b7cc8d7917a549a8c13ac (diff)
rename target to obj
Diffstat (limited to 'xmake.lua')
-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")