mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +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 ./
|
|
}
|