From 0a44d2e8e5ff13894981ca7a0e7d61ced6fc5048 Mon Sep 17 00:00:00 2001 From: dothething <165024975+dothething1DA@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:23:09 +1000 Subject: [PATCH] Update Makefile --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 8dc38f3..50f0b69 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ help: @echo " make fast - to build KACTL, quickly (only runs LaTeX once)" @echo " make kactl - to build KACTL" @echo " make clean - to clean up the build process" - @echo " make veryclean - to clean up and remove kactl.pdf" + @echo " make veryclean - to clean up and remove template.pdf" @echo " make test - to run all the stress tests in stress-tests/" @echo " make test-compiles - to test compiling all headers" @echo " make help - to show this information" @@ -19,17 +19,17 @@ help: fast: | build $(LATEXCMD) content/kactl.tex