mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +01:00
Add Makefile as a dependency
This commit is contained in:
parent
98d96f9c1c
commit
f017d8477a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user