`make` should only build the default ROM
kemenaran opened this issue · 0 comments
kemenaran commented
Since the revisions PR, make
builds all revisions and languages by default.
But make
without arguments is often use to check that the ROM builds correctly. It should be fast by default.
make all
could be used to build all the languages and revisions.