include ../../config.mk all: $(PYTHON) setup.py build install: $(PYTHON) setup.py install --root="$(DESTDIR)/$(PREFIX)" .PHONY: clean clean: - rm -rf build *.egg-info