diff options
Diffstat (limited to 'Makefile')
-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 |