]> Pileus Git - ~andy/csm213a-hw/blobdiff - vis/makefile
Finish up
[~andy/csm213a-hw] / vis / makefile
index 9f2eec9f9301c895edce37b181ee0740230a5803..306cb36dc85900505717bfe1e679f47769e40890 100644 (file)
@@ -1,5 +1,13 @@
-run:
-       ./main.py
+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