On Tue, 2016-08-02 at 10:55 +0200, Gerd Hoffmann wrote: > > CodeWarrior for MacOS X does come with command line versions of the > > tools, I plan to look into doing a Makefile once I've sorted out the > > various arguments for these things at least. > > Yes, you do that once, put it into roms/Makefile, and the next time you > just do "make -C roms macosdrivers" instead of sorting out the various > arguments *again*. > > Bonus: Any possible contributers will have an easier start too.
I did notice that having Makefiles in the roms directory make git submodule barf ... I had to remove them for it to be able to clone the submodules. Cheers, Ben.