From 4a72a384da6d52216019c05d4a62f45d74371f4a Mon Sep 17 00:00:00 2001 From: Brian Luft Date: Wed, 14 Feb 2024 06:06:19 +0000 Subject: [PATCH] Update make help text --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8a2011..fa1eff1 100644 --- a/Makefile +++ b/Makefile @@ -387,7 +387,7 @@ ifeq ($(LINUX_DISTRO),ubuntu) @echo "make format Reformat code" @echo "make lint Check code with cpplint" @echo "make tidy Check code with clang-tidy" - @echo "make ghpages Build tmbasic-gh-pages" + @echo "make ghpages Build website" endif @echo ""