default: main main: python -u ./main.py test: python -u ./test.py gtk serial xively clean: rm -rf *.pyc __pycache__ dist: zip python.zip *.py xively/*.py