From ac6c88edd9b45c6b123182b7b63bb2d5c2c21412 Mon Sep 17 00:00:00 2001 From: Arthur Taft Date: Thu, 27 Nov 2025 00:09:35 -0700 Subject: [PATCH] update make help --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2742f7..cad0ca7 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ help: @echo 'make serve serve site locally using simple python webserver' @echo 'make deploy deploy site' @echo 'make test build and serve site' - @echo 'make all build and deploy site' + @echo 'make all build and deploy site' @echo 'make clean cleans' .PHONY: build -- 2.51.2