mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-14 07:35:12 +01:00
18 lines
160 B
Makefile
18 lines
160 B
Makefile
all:
|
|
|
|
make -f Makefile.wii
|
|
|
|
|
|
run:
|
|
|
|
make run -f Makefile.wii
|
|
|
|
clean:
|
|
|
|
make clean -f Makefile.wii
|
|
|
|
|
|
install:
|
|
|
|
make dist -f Makefile.wii
|