mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
5 lines
91 B
Bash
5 lines
91 B
Bash
![]() |
#!/usr/bin/env sh
|
||
|
cd ../mers
|
||
|
cargo build --release
|
||
|
cp target/release/mers ../build_scripts
|