killbox/Makefile
2025-02-06 09:56:39 +01:00

6 lines
69 B
Makefile

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