insta-import-pixelfed/build.sh

5 lines
101 B
Bash
Raw Normal View History

#!/bin/bash -x
cargo clean
cargo build --release --target $(rustc -vV | grep host | cut -d ' ' -f2)