Files
interchange/Makefile
2023-03-31 10:43:26 +02:00

10 lines
192 B
Makefile

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