@@ -94,11 +94,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}' article: ## Start a new article from a template - racket util/newpost.rkt + racket -tm util/newpost.rkt .PHONY: all scribble help spritz article publish check-env .DEFAULT_GOAL := help