blob: 09f45e0758aebf313ab0a9fd8c3be56912738b8b [file] [log] [blame]
.PHONY: help dev-docs
.DEFAULT_GOAL := help
dev-docs: ## Generate the documentation for all modules (dev friendly)
@cargo rustdoc --all-features -- --no-defaults --passes "collapse-docs" --passes "unindent-comments"
help: ## Print this message
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z_-]+:.*?## / {printf "\033[36m%16s\033[0m : %s\n", $$1, $$2}' $(MAKEFILE_LIST)