switchbrew / switch-examples

Switch examples for devkitA64 and libnx.
https://devkitpro.org/viewforum.php?f=42
559 stars 99 forks source link

parallelise Makefiles #29

Closed WinterMute closed 6 years ago

carstene1ns commented 6 years ago

It seems this breaks the bin2o stuff. As there is no rule to tell make how the HFILES_BIN headers are generated.

make[1]: *** No rule to make target 'some_data_bin.h', needed by 'some_source.o'.  Stop.

Or is there something I am missing here?

Edit: I solved this by adding this:

$(HFILES_BIN)   :   $(OFILES_BIN)