frostfs-sdk-java/help.mk
Bruk Ori 0e82c4433f
Some checks failed
Pre-commit checks / Pre-commit (pull_request) Failing after 4s
DCO / DCO (pull_request) Failing after 46s
test
2024-10-25 16:43:50 +03:00

11 lines
318 B
Makefile

.PHONY: help
# Show this help prompt
help:
@echo ' Usage:'
@echo ''
@echo ' make <target>'
@echo ''
@echo ' Targets:'
@echo ''
@awk '/^#/{ comment = substr($$0,3) } /^[a-zA-Z][a-zA-Z0-9_-]+:/{ print " ", $$1, comment; comment = "" }' $(MAKEFILE_LIST) | column -t -s ':' | grep -v 'IGNORE' | sort | uniq