aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2021-01-22 17:02:25 +0100
committerJ08nY2021-01-23 01:15:27 +0100
commit28546dad01a25ce101d6b49924f521c2ef5ffa98 (patch)
treef8eea4a4cc079ba830a27a2ce239aef451ed6597 /Makefile
parent31d72722ad94d4fbcf7c484137730f54bd6a4138 (diff)
downloadpyecsca-28546dad01a25ce101d6b49924f521c2ef5ffa98.tar.gz
pyecsca-28546dad01a25ce101d6b49924f521c2ef5ffa98.tar.zst
pyecsca-28546dad01a25ce101d6b49924f521c2ef5ffa98.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff67a45..c22cf87 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ codestyle-all:
flake8 --ignore=E501,F405,F403,F401,E126 pyecsca test
doc-coverage:
- interrogate -vv -nmps -e pyecsca/ec/std/.github/ pyecsca
+ interrogate -vv -nmps -e pyecsca/ec/std/.github/ -f 55 pyecsca
docs:
$(MAKE) -C docs apidoc