You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
276 B
9 lines
276 B
7 years ago
|
ucore:
|
||
6 years ago
|
rustup override set nightly-2019-01-28
|
||
6 years ago
|
cargo xbuild --target ucore.json --release
|
||
7 years ago
|
|
||
|
install-rust:
|
||
|
which cargo || ( curl https://sh.rustup.rs -sSf | sh )
|
||
6 years ago
|
which cargo-xbuild || ( rustup component add rust-src && cargo install cargo-xbuild )
|
||
7 years ago
|
|
||
|
.PHONY: ucore install-rust
|