mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 22:37:46 +01:00
5 lines
152 B
Bash
5 lines
152 B
Bash
![]() |
#!/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
|