mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
7 lines
109 B
Bash
7 lines
109 B
Bash
GIT=https://github.com/redox-os/drivers
|
|
CARGOFLAGS=--all
|
|
|
|
function recipe_update {
|
|
cp ../Cargo.toml ./
|
|
}
|