add doc & clean targets

This commit is contained in:
2014-12-03 17:20:39 +01:00
parent 721780efc5
commit 2b7cb9ed7a

View File

@@ -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