aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2018-12-13 17:50:16 +0100
committerJ08nY2019-03-21 11:00:14 +0100
commit1943d7e8fc0e1e6b578e9be04fac0690e888ed88 (patch)
treef376a7c152526454439145217c21df75c006b455 /Makefile
parent70a37f8134f177e02d23a402cb47344229ce4df5 (diff)
downloadpyecsca-1943d7e8fc0e1e6b578e9be04fac0690e888ed88.tar.gz
pyecsca-1943d7e8fc0e1e6b578e9be04fac0690e888ed88.tar.zst
pyecsca-1943d7e8fc0e1e6b578e9be04fac0690e888ed88.zip
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