aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 059abcf..1e9a427 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,7 @@ test-plots:
test-all:
nose2 -v
-.PHONY: test test-plots test-all \ No newline at end of file
+typecheck:
+ mypy -p pyecsca --ignore-missing-imports
+
+.PHONY: test test-plots test-all typecheck \ No newline at end of file