From 8c87b1c46ff06ced4034acf15b1eb2e62dce845f Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 16 Jul 2021 14:52:34 +0100 Subject: [PATCH] ensure build picks up version from Makefile --- Makefile.nx | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.nx b/Makefile.nx index df58fca..5789eb1 100644 --- a/Makefile.nx +++ b/Makefile.nx @@ -212,6 +212,7 @@ $(OUTPUT).nso : $(OUTPUT).elf endif +menu.o : $(TOPDIR)/Makefile $(OUTPUT).elf : $(OFILES) $(OFILES_SRC) : $(HFILES_BIN)