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