crocs-muni / usable-cert-validation

Research initiative to make TLS certificate validation usable.
https://x509errors.org
MIT License
19 stars 3 forks source link

Research into GNU Make alternatives #71

Closed mukrop closed 4 years ago

mukrop commented 4 years ago

Makefile is getting cluttered. Maybe something newer? Rake?

mukrop commented 4 years ago

Having looked into it, SCons (Python-based) looked interesting, though not much suitable for us since we aim more for automation than standard compilation build. The other interesting (although much less used) build system was tup. It has strong checks on dependant and generated files and the actual build files seem more readable.

However, since the current Makefile was considerably simplified by #78, I don't see that strong pressure to migrate anymore. Thus, for now, I'm closing this as a nice-to-have only.