fbzx-wii/Makefile

18 lines
198 B
Makefile
Raw Normal View History

2015-01-31 12:26:17 +00:00
all:
make -f Makefile.wii
2012-04-07 10:33:47 +00:00
2015-01-31 12:26:17 +00:00
run:
make run -f Makefile.wii
2012-04-07 10:33:47 +00:00
clean:
2015-01-31 12:26:17 +00:00
make clean -f Makefile.wii
2012-04-07 10:33:47 +00:00
2015-01-31 12:26:17 +00:00
dist:
make dist -f Makefile.wii
2012-04-21 10:50:52 +00:00
2015-01-31 12:26:17 +00:00
distsource:
make distsource -f Makefile.wii
2012-04-07 10:33:47 +00:00