mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-15 07:15:09 +01:00
19 lines
157 B
Makefile
19 lines
157 B
Makefile
|
all:
|
||
|
|
||
|
make -f Makefile.wii
|
||
|
|
||
|
|
||
|
run:
|
||
|
|
||
|
make run -f Makefile.wii
|
||
|
|
||
|
clean:
|
||
|
|
||
|
make clean -f Makefile.wii
|
||
|
|
||
|
dist:
|
||
|
make dist -f Makefile.wii
|
||
|
|
||
|
|
||
|
|