]> Pileus Git - ~andy/csm213a-hw/blob - vis/makefile
Add screenshots
[~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 */*.pyc __pycache__ */__pycache__
11
12 dist: clean
13         rm -rf python python.zip
14         mkdir  python
15         cp -a *.py xively python
16         zip -r python.zip python