@@ -24,8 +24,11 @@ # Self-documenting makefile (http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html) help: ## Displays this help screen @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-15s\033[0m %s\n", $$1, $$2}' -.PHONY: scribble help spritz +article: ## Start a new article from a template + racket util/newpost.rkt + +.PHONY: scribble help spritz article .DEFAULT_GOAL := help