mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
8 lines
124 B
Bash
8 lines
124 B
Bash
GIT=https://github.com/redox-os/drivers
|
|
CARGOFLAGS=--all
|
|
BINDIR="/sbin"
|
|
|
|
function recipe_update {
|
|
cp ../Cargo.toml ./
|
|
}
|