mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +01:00
12 lines
168 B
Makefile
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
|