5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cross build --release
|
|
mkdir out
|
|
cp ./target/release/fantastic-rs out/backend
|