Hacker News new | ask | show | jobs
Show HN: Compi – A Make-like build system written in Rust (github.com)
2 points by Allyedge 377 days ago
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!