No bullshit build system for C and C++.
Allows to write build system in language you already know without third-party tools like CMake, Make, shell.
- Linux, macOS and Windows support
- C and C++ support
- Compilation database generation (
compile_commands.json)
Idea stolen from https://github.com/tsoding/nob.h.
Copy nob.h to your project and implement nob.c.
cd example
cc -o nob nob.c
./nob
./build/example