ftpiiu_plugin/Makefile

19 lines
254 B
Makefile
Raw Normal View History

.PHONY: all 3dsx cia clean linux
2014-11-23 16:39:00 -06:00
2016-01-22 14:42:38 -06:00
export VERSION := 2.2
all: 3dsx
2014-11-23 16:39:00 -06:00
3dsx:
@$(MAKE) -f Makefile.3ds 3dsx
cia:
@$(MAKE) -f Makefile.3ds cia
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