mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-04 22:00:36 +09:00
9 lines
125 B
Makefile
9 lines
125 B
Makefile
all: bindings
|
|
python setup.py build
|
|
|
|
bindings:
|
|
swig3.0 -python -threads wiringpi.i
|
|
|
|
install:
|
|
sudo python setup.py install
|