diff options
author | Nadrieril | 2024-05-15 17:09:31 +0200 |
---|---|---|
committer | Nadrieril | 2024-05-15 17:09:31 +0200 |
commit | cf5dfbd549d2844ae7d491d7bfa85ba5d8f4395a (patch) | |
tree | 9a6d77aaf73a232d7c1489f1b08c12a2ec1a0977 | |
parent | cbf425d178f9063507585233ebee7ca785567e3a (diff) |
Makefile: `make check-charon` should not try to recreate the commit pin`
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |