This commit is contained in:
cscherr 2025-04-16 16:09:56 +02:00
parent 1e95ecea8b
commit b1c6045d9e
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -4,4 +4,5 @@ EXPORT_DIR="challenge"
mkdir -p $EXPORT_DIR mkdir -p $EXPORT_DIR
cargo build --release --locked cargo build --release --locked
cp ./target/release/timars $EXPORT_DIR/timars cp ./target/release/timars $EXPORT_DIR/timars
strip $EXPORT_DIR/timars
cp CHALLENGE-NOTES.txt $EXPORT_DIR/notes.txt cp CHALLENGE-NOTES.txt $EXPORT_DIR/notes.txt