From 7da1715a67132086a1823b4408ba905737c45775 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 19 Apr 2025 23:12:55 +0300 Subject: [PATCH] Alphabetise help Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a8152454..510890643 100644 --- a/Makefile +++ b/Makefile @@ -46,8 +46,8 @@ help: @echo " doc make HTML docs" @echo " docserve run an HTTP server on the docs directory" @echo " html make HTML docs" - @echo " htmlview open the index page built by the html target in your browser" @echo " htmllive rebuild and reload HTML files in your browser" + @echo " htmlview open the index page built by the html target in your browser" @echo " install make and install" @echo " install-coverage make and install with C coverage" @echo " lint run the lint checks"