Files
pcp/bindings/py/Makefile.am
2014-12-14 14:39:10 +01:00

8 lines
96 B
Makefile

all:
python setup.py build
install:
python setup.py install
clean:
rm -rf build pypcp/*.pyc