]> Pileus Git - ~andy/csm213a-hw/blob - vis/makefile
a8665419dc54c66eed81c8d95e4331f32e4b0198
[~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__