diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ style: check: style test docs: - python pdoc/cli.py -o pdoc/docs + python pdoc/cli.py -o docs docs-serve: - python pdoc/cli.py + python pdoc/cli.py --port 8002 |