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/"