ips/.vscode/dryrun.log
Till Wegmueller 2fd593ff41 Cleanup repo
2022-09-01 19:23:09 -03:00

9 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'