This is a template for creating new ObjFW projects. It uses xmake to manage project files and build the project.
- Clone this repository
- Rename the target name in
xmake.lua
- Change your arch and os in
.vscode/launch.json
- Configure the project with
xmake config --mode=debug --toolchain=clang
- Bulid the project with
xmake