melawy-linux-welcome/make.sh

11 lines
114 B
Bash
Executable File

#!/bin/bash
if [ -f "Cargo.lock" ]; then
rm Cargo.lock
fi
cargo clean
cargo build --release
echo "Finish!"