ensure build picks up version from Makefile

This commit is contained in:
Dave Murphy 2021-07-16 14:52:34 +01:00
parent 47fd18cabb
commit 8c87b1c46f

View File

@ -212,6 +212,7 @@ $(OUTPUT).nso : $(OUTPUT).elf
endif
menu.o : $(TOPDIR)/Makefile
$(OUTPUT).elf : $(OFILES)
$(OFILES_SRC) : $(HFILES_BIN)