Files
WiringPi2-Python/Makefile
2016-02-28 09:54:53 +00:00

9 lines
116 B
Makefile

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