From bea6de89c08994423d3732828e07c41a8fc78a3b Mon Sep 17 00:00:00 2001 From: lucperkins Date: Fri, 6 Mar 2020 13:27:27 -0800 Subject: [PATCH] Remove duplicated clean command Signed-off-by: lucperkins --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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