aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2021-01-20 20:24:11 +0100
committerJ08nY2021-01-20 20:24:11 +0100
commit9ec68bdb56882777e5b3670380bf1e1ad7d0a7a3 (patch)
treebb695e485808e4d0517d84053019e2f7ddb03679 /Makefile
parentadc3cd52147f35e0a7cc9008ac96619dd89cda48 (diff)
downloadpyecsca-9ec68bdb56882777e5b3670380bf1e1ad7d0a7a3.tar.gz
pyecsca-9ec68bdb56882777e5b3670380bf1e1ad7d0a7a3.tar.zst
pyecsca-9ec68bdb56882777e5b3670380bf1e1ad7d0a7a3.zip
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