]> Pileus Git - ~andy/csm213a-hw/blobdiff - vis/makefile
Add test code and xively exmaple
[~andy/csm213a-hw] / vis / makefile
index 26271df3f0ed32dd58ce08a3bc7da1e30d6987b6..a8665419dc54c66eed81c8d95e4331f32e4b0198 100644 (file)
@@ -1,5 +1,10 @@
-run:
+default: main
+
+main:
        python -u ./main.py
 
+test:
+       python -u ./test.py gtk serial xively
+
 clean:
        rm -rf *.pyc __pycache__