diff options
| author | J08nY | 2020-02-08 23:23:02 +0100 |
|---|---|---|
| committer | J08nY | 2020-02-08 23:23:02 +0100 |
| commit | 2b8f3752505c3a03f617534ebfadd7fb70e09ba2 (patch) | |
| tree | f1eb76b4eca348ae763e2578ef0e13d2b8a1d74b /Makefile | |
| parent | 59b09851d4452448ffd9100aca2335f2424885e0 (diff) | |
| download | pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.tar.gz pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.tar.zst pyecsca-2b8f3752505c3a03f617534ebfadd7fb70e09ba2.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -18,4 +18,11 @@ test-all: typecheck: mypy pyecsca --ignore-missing-imports -.PHONY: test test-plots test-all typecheck
\ No newline at end of file +codestyle: + flake8 --ignore=E501,F405,F403,F401,E126 pyecsca + +docs: + $(MAKE) -C docs apidoc + $(MAKE) -C docs html + +.PHONY: test test-plots test-all typecheck codestyle docs
\ No newline at end of file |
