Poly2Block; Block2Poly; SEA128 tasks working #2
2 changed files with 14 additions and 0 deletions
7
build
Normal file
7
build
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
export OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu
|
||||||
|
export OPENSSL_INCLUDE_DIR=/usr/include/openssl
|
||||||
|
|
||||||
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
cd $SCRIPT_DIR
|
||||||
|
cargo build --release --locked --offline
|
||||||
7
kauma
Executable file
7
kauma
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
export OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu
|
||||||
|
export OPENSSL_INCLUDE_DIR=/usr/include/openssl
|
||||||
|
|
||||||
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
cd $SCRIPT_DIR
|
||||||
|
cargo run --release --locked --offline -- $@
|
||||||
Loading…
Add table
Add a link
Reference in a new issue