Add Makefile as a dependency

This commit is contained in:
Michael Theall 2016-06-15 02:51:07 -05:00
parent 98d96f9c1c
commit f017d8477a

View File

@ -169,7 +169,7 @@ cia: $(OUTPUT).cia
ifeq ($(strip $(NO_SMDH)),)
.PHONY: all
all: $(OUTPUT).3dsx $(OUTPUT).smdh
$(OUTPUT).smdh: $(TOPDIR)/Makefile.3ds
$(OUTPUT).smdh: $(TOPDIR)/Makefile $(TOPDIR)/Makefile.3ds
$(OUTPUT).3dsx: $(OUTPUT).smdh
endif