diff options
| author | J08nY | 2018-12-13 17:50:16 +0100 |
|---|---|---|
| committer | J08nY | 2019-03-21 11:00:14 +0100 |
| commit | 1943d7e8fc0e1e6b578e9be04fac0690e888ed88 (patch) | |
| tree | f376a7c152526454439145217c21df75c006b455 /Makefile | |
| parent | 70a37f8134f177e02d23a402cb47344229ce4df5 (diff) | |
| download | pyecsca-1943d7e8fc0e1e6b578e9be04fac0690e888ed88.tar.gz pyecsca-1943d7e8fc0e1e6b578e9be04fac0690e888ed88.tar.zst pyecsca-1943d7e8fc0e1e6b578e9be04fac0690e888ed88.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
