1
0
Fork 0

Add a bit more convenience to Makefile

This commit is contained in:
Timothy Warren 2021-11-19 11:32:03 -05:00
parent 87d825276e
commit ecc2f21d40
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ clean:
check:
cargo check
cargo clippy
fix:
cargo fmt
cargo fix
.phony: run-pi clean check