diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ test-coverage: rm -rf coverage .coverage $(NOSETESTS) -s -v --with-coverage --cover-package=gerber +.PHONY: install +install: + PYTHONPATH=. $(PYTHON) setup.py install + .PHONY: doc-html doc-html: (cd $(DOC_ROOT); make html) |