diff --git a/Makefile b/Makefile index 798fb12..5a63774 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/Makefile.ori b/Makefile.ori new file mode 100644 index 0000000..798fb12 --- /dev/null +++ b/Makefile.ori @@ -0,0 +1,4 @@ +all: message + +message: + @echo "Run make -f Makefile.host or make -f Makefile.wii instead"