Renamed from wiringpi2 to wiringpi

This commit is contained in:
Phil Howard
2016-03-09 11:49:38 +00:00
parent 2a1be1fcce
commit 77ce6cd9eb
5 changed files with 14 additions and 10 deletions

View File

@@ -4,5 +4,9 @@ all: bindings
bindings:
swig3.0 -python -threads wiringpi.i
clean:
rm -rf build/
rm -rf dist/
install:
sudo python setup.py install