fbzx-wii/Makefile

18 lines
198 B
Makefile
Raw Permalink Normal View History

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