diff --git a/Makefile b/Makefile index b001f4f..e71badc 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ link-checker-setup: run-link-checker: bin/htmltest -check-internal-links: clean production-build link-checker-setup run-link-checker +check-internal-links: production-build link-checker-setup run-link-checker -check-all-links: clean production-build link-checker-setup - bin/htmltest --conf .htmltest.external.yml \ No newline at end of file +check-all-links: production-build link-checker-setup + bin/htmltest --conf .htmltest.external.yml