blob: 9669fcefd407c2ac1e8cbc3205355b3c0cf23461 [file] [log] [blame]
PYTHON?=python
all:
$(PYTHON) setup.py build
clean:
rm -rf build
install: all
$(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX)