A minimal, opinionated build tool for C projects.
zor is a lightweight alternative to Make and CMake, designed for simple and fast C workflows on Linux.
It focuses on:
- simplicity
- predictable build profiles
- minimal configuration
- fast iteration
C build systems are powerful, but often complex:
- Makefiles are manual and error-prone
- CMake is powerful but heavy and verbose
- Ninja is fast but not user-facing
zor tries to sit in a different space:
a Cargo-like experience for C, without the complexity.
-
Build profiles:
check(debug build)final(release build)
-
Simple configuration via
zor.txt:
NAME=
CFLAGS=
LDFLAGS=
SOURCES=See full roadmap: ROADMAP.md
Licensed under the GNU General Public License v3.0.
