mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-16 17:59:19 +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)),)
|
ifeq ($(strip $(NO_SMDH)),)
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(OUTPUT).3dsx $(OUTPUT).smdh
|
all: $(OUTPUT).3dsx $(OUTPUT).smdh
|
||||||
$(OUTPUT).smdh: $(TOPDIR)/Makefile.3ds
|
$(OUTPUT).smdh: $(TOPDIR)/Makefile $(TOPDIR)/Makefile.3ds
|
||||||
$(OUTPUT).3dsx: $(OUTPUT).smdh
|
$(OUTPUT).3dsx: $(OUTPUT).smdh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user