parent
e56b22fa74
commit
4aac6474f1
@ -1,2 +0,0 @@
|
||||
[target.ucore.dependencies]
|
||||
alloc = {}
|
@ -1,6 +1,6 @@
|
||||
ucore:
|
||||
rustup override set nightly-2018-04-01
|
||||
RUST_TARGET_PATH=$(shell pwd) xargo build --target ucore --features ucore
|
||||
RUST_TARGET_PATH=$(shell pwd) xargo build --target ucore --release
|
||||
|
||||
install-rust:
|
||||
which cargo || ( curl https://sh.rustup.rs -sSf | sh )
|
@ -0,0 +1,2 @@
|
||||
[dependencies]
|
||||
alloc = {}
|
Loading…
Reference in new issue