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