diff --git a/Makefile b/Makefile index c007fb7..68cda46 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +.PHONY: check +check: | fmt lint test + .PHONY: docs docs: cargo watch -- cargo doc