]> Pileus Git - ~andy/csm213a-hw/blobdiff - vis/makefile
Fix whitespace error
[~andy/csm213a-hw] / vis / makefile
index a8665419dc54c66eed81c8d95e4331f32e4b0198..fff2900b4891e90201f11670158593295bb0bdc0 100644 (file)
@@ -7,4 +7,10 @@ test:
        python -u ./test.py gtk serial xively
 
 clean:
-       rm -rf *.pyc __pycache__
+       rm -rf *.pyc */*.pyc __pycache__ */__pycache__
+
+dist: clean
+       rm -rf python python.zip
+       mkdir  python
+       cp -a *.py xively python
+       zip -r python.zip python