aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Makefile
blob: e23cc9d40aa9a0043885cc5d1e56a7c654b0e5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include ../../config.mk

all:
	$(PYTHON) setup.py build

install:
	$(PYTHON) setup.py install --root="$(DESTDIR)/$(PREFIX)"

.PHONY: clean
clean:
	- rm -rf build *.egg-info