diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ help: ## Print info about all commands .PHONY: test test: ## Run all tests cargo test + ./tests/live.sh .PHONY: lint lint: ## Run syntax/style checks |