Show HN: Compi – A Make-like build system written in Rust
2 Allyedge 0 6/2/2025, 9:11:55 PM github.com ↗
Hello everyone!
I've recently been using Make a lot, and the way it works and some certain things (such as the Makefile structure) that annoyed me made me wonder how one could build such a system, and therefore I built Compi.
I am still working on it, and it could definitely be much better, so any suggestions or PRs are very welcome.
It has a lot of cool features such as dependency management and safety checks, and it uses TOML as I like it a bit more than the Makefile way of doing things.
Feel free to check it out, feedback is appreciated!
No comments yet