Files
pcp/bindings/py/Makefile.am

8 lines
84 B
Makefile
Raw Normal View History

2014-12-14 14:38:30 +01:00
all:
python setup.py build
install:
python setup.py install
clean:
rm -rf build