From a56281f019ac758f5f401d1bb70c48a2fc472198 Mon Sep 17 00:00:00 2001 From: Pika <15848969+ThatNerdyPikachu@users.noreply.github.com> Date: Mon, 13 Aug 2018 16:45:42 -0400 Subject: [PATCH] fix parallel building --- Makefile.nx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nx b/Makefile.nx index 4152ca1..294cdba 100644 --- a/Makefile.nx +++ b/Makefile.nx @@ -178,7 +178,7 @@ $(OUTPUT).elf : $(OFILES) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h: %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o)