Temporary version hack
[libvirt-python/ericb.git] / Makefile
blob6c8da0a8763a59f5e18fb0fcf726676407eb8d95
1 # Shim wrapper around setup.py to allow for familiar build targets
3 PYTHON ?= python
5 all:
6 $(PYTHON) setup.py build
8 install: all
9 $(PYTHON) setup.py install
11 clean:
12 $(PYTHON) setup.py clean
14 check: all
15 $(PYTHON) setup.py test
17 rpm:
18 $(PYTHON) setup.py rpm