Files
WiringPi2-Python/Makefile
2014-07-18 11:48:01 +00:00

9 lines
116 B
Makefile

all: bindings
python setup.py build
bindings:
swig2.0 -python wiringpi.i
install:
sudo python setup.py install