fbzx-wii/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