refactor: Refactor gfmul function to enable use in XEX
This commit is contained in:
parent
f6fe75b987
commit
5c1c0f6c5e
5 changed files with 16 additions and 9 deletions
2
kauma
2
kauma
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
cd $SCRIPT_DIR
|
||||
cargo run --release --locked --offline -- --verbose $@
|
||||
cargo run --release --locked --offline -- $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue