mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +01:00
19 lines
254 B
Makefile
19 lines
254 B
Makefile
.PHONY: all 3dsx cia clean linux
|
|
|
|
export VERSION := 2.2
|
|
|
|
all: 3dsx
|
|
|
|
3dsx:
|
|
@$(MAKE) -f Makefile.3ds 3dsx
|
|
|
|
cia:
|
|
@$(MAKE) -f Makefile.3ds cia
|
|
|
|
linux:
|
|
@$(MAKE) -f Makefile.linux
|
|
|
|
clean:
|
|
@$(MAKE) -f Makefile.3ds clean
|
|
@$(MAKE) -f Makefile.linux clean
|