Rebuilding target files when source files have changed
Genius Daniel J. Bernstein wrote an extremely simple but brilliant specification for a make
-like build system:
He didn't release an implementation, but somebody apparently named apenwarr did it:
https://apenwarr.ca/log/20101214
Thanks to my friend @crappo for bringing this to my attention.