ftpiiu_plugin/Makefile
2014-11-25 00:13:47 -06:00

12 lines
168 B
Makefile

.PHONY: all clean linux
all:
@$(MAKE) -f Makefile.3ds
linux:
@$(MAKE) -f Makefile.linux
clean:
@$(MAKE) -f Makefile.3ds clean
@$(MAKE) -f Makefile.linux clean