blob: 3c77659ae2d833ef872387c0a421589d33cf9ed5 [file] [log] [blame]
.PHONY: clean-pyc test upload-docs
all: clean-pyc test
test:
python tests.py
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +
find . -name '*.pyo' -exec rm -f {} +
find . -name '*~' -exec rm -f {} +
upload-docs:
$(MAKE) -C docs html