mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
8 lines
271 B
Text
8 lines
271 B
Text
make --dry-run --always-make --keep-going --print-directory
|
|
make: Entering directory '/ws/toast/illumos/rust/ips'
|
|
rm -rf target artifacts
|
|
cargo build --release
|
|
mkdir -p artifacts
|
|
cp target/release/pkg6dev artifacts/
|
|
make: Leaving directory '/ws/toast/illumos/rust/ips'
|
|
|