mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2025-02-19 20:12:43 +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
|
||
|
|
||
|
|
||
|
|