mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 03:19:24 +01:00
Set Makefile for WII as default
This commit is contained in:
parent
f5bb1fb7ed
commit
9c9f395426
19
Makefile
19
Makefile
@ -1,4 +1,17 @@
|
|||||||
all: message
|
all:
|
||||||
|
|
||||||
message:
|
make -f Makefile.wii
|
||||||
@echo "Run make -f Makefile.host or make -f Makefile.wii instead"
|
|
||||||
|
|
||||||
|
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