]> Pileus Git - ~andy/csm213a-hw/blob - vis/makefile
Add test code and xively exmaple
[~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__