Added update_copyright.py to automate copyright blurb maintenance
[calibcant.git] / Makefile
1 .PHONY : all check dist clean
2
3 all : dummy_py
4
5 dummy_py : setup.py calibcant/*.py
6         python setup.py install --home=~
7         echo "dummy for Makefile dependencies" > $@
8
9 check : all
10         echo "No checks currently implemented"
11
12 dist :
13         python setup.py sdist
14         scp dist/calibcant*tar.gz einstein:public_html/code/python/
15
16 clean :
17         python setup.py clean
18         rm -rf build dist calibcant.egg-info
19         rm -f dummy_py *.pyc