diff options
author | Son HO | 2024-05-21 10:50:13 +0200 |
---|---|---|
committer | GitHub | 2024-05-21 10:50:13 +0200 |
commit | d088e1adbfb20d6f3137b236f750b0ac5fed4f95 (patch) | |
tree | 0c98db6c77e8c53b7e2c117aba6407beb053f36e /Makefile | |
parent | 065e60754084ef169fd17bbb7ab1b492fb7497c3 (diff) | |
parent | dc8ceedffa0945b84f81e318fa78f1e55b1731d2 (diff) |
Merge branch 'main' into coercions
Diffstat (limited to '')
-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 |