Just learning C.
- CMake 3.20 or higher
- C compiler with C23 support
- MinGW-w64 (for Windows)
This project uses CMake for building. Various build options are available:
# Regular build
make
# Build and run
make run
# Debug build
make debug
# Release build
make release
# Clean build files
make cleansrc/: Source filesinclude/: Header filesbuild/: Build artifacts (created during build)bin/: Compiled executablecompile_commands.json: Compilation database for tooling