mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-21 19:09:23 +01:00
Set Makefile for WII as default
This commit is contained in:
parent
f5bb1fb7ed
commit
9c9f395426
21
Makefile
21
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
|
||||
|
4
Makefile.ori
Normal file
4
Makefile.ori
Normal file
@ -0,0 +1,4 @@
|
||||
all: message
|
||||
|
||||
message:
|
||||
@echo "Run make -f Makefile.host or make -f Makefile.wii instead"
|
Loading…
Reference in New Issue
Block a user