From cf5dfbd549d2844ae7d491d7bfa85ba5d8f4395a Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 15 May 2024 17:09:31 +0200 Subject: Makefile: `make check-charon` should not try to recreate the commit pin` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3