1 2 3 4 5 6 7 8 9 10
clean: rm -f *~ */*~ */*/*~ */*/*/*~ check: cargo clippy cargo test -q ./run_tests publish: check cargo publish