aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5457ae..ff67a45 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 pyecsca
+ interrogate -vv -nmps -e pyecsca/ec/std/.github/ pyecsca
docs:
$(MAKE) -C docs apidoc