aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2023-12-05 17:03:58 +0100
committerJ08nY2023-12-05 17:03:58 +0100
commitd1c36cd70c17eb01a1edadc652f9067b78064613 (patch)
tree5a65e8da17a84c66a9adb8c08a7a0c6365c5a6dc /Makefile
parentc9c46eb3894ae30437226e3653c2c41d8a42fe1c (diff)
downloadpyecsca-d1c36cd70c17eb01a1edadc652f9067b78064613.tar.gz
pyecsca-d1c36cd70c17eb01a1edadc652f9067b78064613.tar.zst
pyecsca-d1c36cd70c17eb01a1edadc652f9067b78064613.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a60711b..5d0eaad 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ perf-plots:
python test/plots/plot_perf.py -d .perf
doc-coverage:
- interrogate -vv -nmps -e pyecsca/ec/std/.github/ -f 55 pyecsca
+ interrogate -c pyproject.toml -vv -nmps -f 55 pyecsca
docs:
$(MAKE) -C docs apidoc