PowerTools/powertools-rs/build.sh

7 lines
136 B
Bash
Raw Normal View History

2022-07-30 21:33:31 +01:00
#!/bin/bash
cargo build --release
mkdir ../bin
# TODO replace "backend" \/ with binary name
cp ./target/release/backend ../bin/backend