From a7739fbea3126033efb18759e00a761ef755f7d5 Mon Sep 17 00:00:00 2001 From: JJCUBER <34446698+JJCUBER@users.noreply.github.com> Date: Fri, 12 Sep 2025 22:43:42 -0400 Subject: [PATCH] fix info in make's help target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ac143a2b..439c230a5 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ help: @echo "" @echo "Available commands are:" @echo " make fast - to build KACTL, quickly (only runs LaTeX once)" - @echo " make kactl - to build KACTL" + @echo " make hackpack - to build KACTL" @echo " make clean - to clean up the build process" @echo " make veryclean - to clean up and remove kactl.pdf" @echo " make test - to run all the stress tests in stress-tests/"