diff --git a/Makefile b/Makefile index 6d322f2..26ddbc4 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,11 @@ pep8: test: python3 ./tests/test_cli.py + +doc: + $(MAKE) -C docs html + @echo "xdg-open docs/build/html/index.html" + +clean: + $(MAKE) -C docs clean +