Set Makefile for WII as default

This commit is contained in:
fabio.olimpieri 2012-05-19 06:13:45 +00:00
parent f5bb1fb7ed
commit 9c9f395426
2 changed files with 21 additions and 4 deletions

View File

@ -1,4 +1,17 @@
all: message
message:
@echo "Run make -f Makefile.host or make -f Makefile.wii instead"
all:
make -f Makefile.wii
run:
make run -f Makefile.wii
clean:
make clean -f Makefile.wii
install:
make dist -f Makefile.wii

4
Makefile.ori Normal file
View File

@ -0,0 +1,4 @@
all: message
message:
@echo "Run make -f Makefile.host or make -f Makefile.wii instead"