Skip to content

Liron987/zor

Repository files navigation

zor

A minimal, opinionated build tool for C projects.

🎬 See it in action

zor demo

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

✨ Why zor?

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.


⚡ Features (v2.0)

  • Build profiles:

    • check (debug build)
    • final (release build)
  • Simple configuration via zor.txt:

NAME=
CFLAGS=
LDFLAGS=
SOURCES=

🗺 Roadmap

See full roadmap: ROADMAP.md

License

Licensed under the GNU General Public License v3.0.

About

A minimal build tool for C projects with profiles.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages