5 lines
145 B
Bash
Executable file
5 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cargo build --release --target x86_64-unknown-linux-musl
|
|
mkdir ../bin &> /dev/null
|
|
cp ./target/release/powertools-rs ../bin/backend
|