ftpiiu_plugin/Makefile

12 lines
168 B
Makefile
Raw Normal View History

2014-11-25 00:13:47 -06:00
.PHONY: all clean linux
2014-11-23 16:39:00 -06:00
2014-11-25 00:13:47 -06:00
all:
@$(MAKE) -f Makefile.3ds
2014-11-23 16:39:00 -06:00
2014-11-25 00:13:47 -06:00
linux:
@$(MAKE) -f Makefile.linux
2014-11-23 16:39:00 -06:00
clean:
2014-11-25 00:13:47 -06:00
@$(MAKE) -f Makefile.3ds clean
@$(MAKE) -f Makefile.linux clean