commit | 990cdaed3395dba3fdbe74943efe5429f420b637 | [log] [tgz] |
---|---|---|
author | Philip Howard <phil@gadgetoid.com> | Sat Feb 27 17:51:11 2016 +0000 |
committer | Philip Howard <phil@gadgetoid.com> | Sat Feb 27 17:51:11 2016 +0000 |
tree | 1c0289691b273c7f399369492c03778153cedf1b | |
parent | ea8a612cf298432f67eef110313aa799b389137f [diff] |
Update Makefile
diff --git a/Makefile b/Makefile index 584c8ce..8808aac 100644 --- a/Makefile +++ b/Makefile
@@ -2,6 +2,7 @@ python setup.py build bindings: + grep -PhR "(?s)extern [^\"](.*);" WiringPi/ > bindings.i swig2.0 -python wiringpi.i install: