]> Pileus Git - ~andy/csm213a-hw/blob - vis/makefile
Finish up
[~andy/csm213a-hw] / vis / makefile
1 default: main
2
3 main:
4         python -u ./main.py
5
6 test:
7         python -u ./test.py gtk serial xively
8
9 clean:
10         rm -rf *.pyc __pycache__
11
12 dist:
13         zip python.zip *.py xively/*.py