diff --git a/Makefile b/Makefile index dbec54a0e5f2eb3094c9c0f6dd8ff98cb0bd36a8..208a9e0f81b0298d45c30e1b8c856eb2074c0124 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PYTHON ?= python NOSETESTS ?= nosetests CTAGS ?= ctags -all: clean inplace test +all: clean inplace test test-doc clean-pyc: find . -name "*.pyc" | xargs rm -f