summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2024-05-15 17:09:31 +0200
committerNadrieril2024-05-15 17:09:31 +0200
commitcf5dfbd549d2844ae7d491d7bfa85ba5d8f4395a (patch)
tree9a6d77aaf73a232d7c1489f1b08c12a2ec1a0977
parentcbf425d178f9063507585233ebee7ca785567e3a (diff)
Makefile: `make check-charon` should not try to recreate the commit pin`
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b3e3e64..2058700a 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ update-charon-pin:
# Checks that `./charon` contains a clone of charon at the required commit.
# Also checks that `./charon/bin/charon` exists.
.PHONY: check-charon
-check-charon: charon-pin
+check-charon:
@echo "Checking the charon installation"
@./scripts/check-charon-install.sh