mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
5 lines
94 B
Makefile
5 lines
94 B
Makefile
|
all: message
|
||
|
|
||
|
message:
|
||
|
@echo "Run make -f Makefile.host or make -f Makefile.wii instead"
|