ftpiiu_plugin/Makefile
2016-01-22 14:42:38 -06:00

14 lines
191 B
Makefile

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