Created
August 2, 2016 06:35
-
-
Save porn/50166b1d3d554c916688ea44c4b82156 to your computer and use it in GitHub Desktop.
Makefile with help
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# print help | |
help: ## list available targets (this page) | |
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | |
clean:: ## clean all compiled files | |
find . -name '*.pyc' -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment