uae-wii/Makefile

22 lines
207 B
Makefile
Raw Normal View History

2011-10-23 13:10:40 +02:00
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
2011-10-23 13:10:40 +02:00