mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-01 06:45:05 +01:00
18 lines
198 B
Makefile
18 lines
198 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
|
|
|
|
|
|
|