Files
interchange/Makefile
2023-01-31 17:08:53 +01:00

10 lines
162 B
Makefile

.PHONY= test, clippy
test:
cargo t
RUSTFLAGS='--cfg loom' cargo t loom
clippy:
cargo clippy --all-targets
RUSTFLAGS='--cfg loom' cargo clippy --all-targets