From 074d08a44b604764c69f013ce36220a4bd5442c8 Mon Sep 17 00:00:00 2001 From: Pika <15848969+ThatNerdyPikachu@users.noreply.github.com> Date: Tue, 14 Aug 2018 19:48:45 -0400 Subject: [PATCH] add newline --- Makefile.nx | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.nx b/Makefile.nx index 8592da7..5eef221 100644 --- a/Makefile.nx +++ b/Makefile.nx @@ -176,6 +176,7 @@ $(OUTPUT).nro : $(OUTPUT).elf endif $(OUTPUT).elf : $(OFILES) + $(OFILES_SRC) : $(HFILES_BIN) #---------------------------------------------------------------------------------