Skip to content

Commit

Permalink
add(makefile): type-check to all target
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed Aug 22, 2024
1 parent 0d907ca commit 1af9286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default: help
help: # Show help for each of the Makefile recipes.
@grep -E '^[a-zA-Z0-9 -]+:.*#' Makefile | sort | while read -r l; do printf "\033[1;32m$$(echo $$l | cut -f 1 -d':')\033[00m:$$(echo $$l | cut -f 2- -d'#')\n"; done

all: lint coverage docs doctest
all: lint type-check coverage docs doctest

.PHONY: import-nist-vectors
import-nist-vectors: # Serialize NIST test vectors with protobuf.
Expand Down

0 comments on commit 1af9286

Please sign in to comment.