fiableDB/Makefile
Andros Fenollosa dcb03671f2 Update makefile
2022-11-09 16:55:50 +01:00

10 lines
304 B
Makefile

.DEFAULT_GOAL := help
help:
@perl -nle'print $& if m{^[a-zA-Z_-|.]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-25s\033[0m %s\n", $$1, $$2}'
format: ## Format Python
black --exclude="/(dist|build|__pycache__|venv|\.git)/" .
test: ## Run tests
pytest test/