Hacker News new | ask | show | jobs
by rbehrends 1576 days ago
Its caching system is also smart enough to handle #include dependencies, so for simple C/C++ projects, it can also function as a make alternative (without having to write a Makefile).

Plus, it makes cross-compilation really easy.

1 comments

Now that's interesting. This is something that breaks go's cache (for cgo).