diff --git a/.gitignore b/.gitignore index 2911f85..d022c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,5 @@ .cache/ objs/ build/ -test/.gdb_history -test/Test +example/.gdb_history +example/Test diff --git a/xmake.lua b/xmake.lua index 0a71c0c..eb33c11 100644 --- a/xmake.lua +++ b/xmake.lua @@ -64,7 +64,7 @@ target_end() -- optional but I think the code is cleaner with this -- optional b target("Test") set_default(false) set_kind("binary") - set_targetdir("test") + set_targetdir("example") add_linkdirs("./")