pricehist/Makefile
2018-08-25 17:10:35 +02:00

7 lines
231 B
Makefile

.PHONY: help
help: ## List make targets
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
.PHONY: test
test: ## Run tests
pipenv run pytest