linleyh / liberation-circuit

Trapped in a hostile computer system, you must make a way out - RTS/coding game
GNU General Public License v3.0
382 stars 40 forks source link

Redo fixes #42

Closed apenwarr closed 6 years ago

apenwarr commented 6 years ago

This fixes some bugs and inefficiencies in the redo-based build scripts. In particular, using the redo from https://github.com/apenwarr/redo, we now get a substantial benefit from using 'redo -j10' on my machine.

The initial build is still slower with redo than with make, because:

But at least it's much faster than before.

linleyh commented 6 years ago

To be honest, I don't understand redo (I didn't write those scripts) but I'll trust you!