reverse/Makefile

6 lines
92 B

reverse:
RUSTFLAGS="-C target-cpu=native" cargo build --release
strip target/release/$@