belt and suspenders

This commit is contained in:
Matthew Ryan Dillon 2023-09-04 12:29:01 -04:00
parent 3a90d4d62d
commit a74b00a947

View file

@ -7,5 +7,7 @@ if [ ! -d $HOME/.src/gwar ] ; then
fi
cd $HOME/.src/gwar
# belt-and-suspenders
. $HOME/.cargo/env
cargo build --release
cp target/release/gwar ~/bin