mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-13 06:15:14 +01:00
22 lines
207 B
Makefile
22 lines
207 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
|
|
|
|
distsource:
|
|
make distsource -f Makefile.wii
|
|
|
|
|
|
|