this post was submitted on 10 Jul 2024
6 points (100.0% liked)

Zig Programming Language

145 readers
2 users here now

A lemm.ee community for Zig!

founded 1 year ago
MODERATORS
 

From the README:

Provides a package to build/run GNU's make program.

The primary use case for this project is to facilitate "incremental ports" to the Zig build system. Start with a project by building it with Make then incrementally transfer parts of it to build.zig while maintaining a working build that can be tested throughout. It's not recommended for projects to use this package long term.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here