Update Makefile

This commit is contained in:
Philip Howard
2016-02-27 17:51:11 +00:00
parent ea8a612cf2
commit 990cdaed33

View File

@@ -2,6 +2,7 @@ all: bindings
python setup.py build
bindings:
grep -PhR "(?s)extern [^\"](.*);" WiringPi/ > bindings.i
swig2.0 -python wiringpi.i
install: