open-strike-2/Makefile

6 lines
69 B
Makefile

rust_build:
cd rust && cargo build
rust_fmt:
cd rust && cargo fmt