mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/usr/bin/env sh
|
|
cd ../mers
|
|
cargo build --release --target x86_64-unknown-linux-musl
|
|
cp target/x86_64-unknown-linux-musl/release/mers ../build_scripts
|