diff --git a/Makefile b/Makefile index 383eb3573c..d6beb54a76 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,7 @@ VERIFY_URL_PATHS=$(shell find ./docs -name "*.md" | cut -c 3- | sed '/security-b RATE_LIMITED_FILES_LIST:="docs/docs-content/security-bulletins/**/*.md" \ "docs/docs-content/security-bulletins/*.md" \ - "docs/docs-content/unlisted/cve-reports.md" \ - "docs/docs-content/legal-licenses/oss-licenses.md" + "docs/docs-content/unlisted/cve-reports.md" help: ## Display this help @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[0m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)