Adafruit_IO_Python/Makefile
2014-05-27 11:23:53 -05:00

15 lines
No EOL
218 B
Makefile

publish: clean
python setup.py sdist upload
clean:
#rm -rf Adafruit_BBIO.* build dist
rm -f *.pyo
rm -f *.egg
tests:
py.test
build:
python setup.py build --force
install: build
python setup.py install --force