Add a Makefile.
This commit is contained in:
parent
4daea54a33
commit
3afe44e47a
1 changed files with 13 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
test:
|
||||
cargo test
|
||||
|
||||
coverage:
|
||||
cargo tarpaulin
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
|
||||
format:
|
||||
cargo fmt
|
||||
|
||||
.PHONY: clean test coverage
|
Loading…
Reference in a new issue