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