Use relative imports (PEP 328) for calibcant sibling imports.
[calibcant.git] / Makefile
index 007b7d5cf6a8174519846e8742a53b58bb827b08..8514b7951538aaa37d46a9ed6c5af524b151f25c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,18 +2,18 @@
 
 all : dummy_py
 
-dummy_py : setup.py FFT_tools.py
+dummy_py : setup.py calibcant/*.py
        python setup.py install --home=~
        echo "dummy for Makefile dependencies" > $@
 
 check : all
-       python FFT_tools.py
+       echo "No checks currently implemented"
 
 dist :
        python setup.py sdist
-       scp dist/data_logger*tar.gz einstein:public_html/code/python/
+       scp dist/calibcant*tar.gz einstein:public_html/code/python/
 
 clean :
        python setup.py clean
-       rm -rf build dist data_logger.egg-info
+       rm -rf build dist calibcant.egg-info
        rm -f dummy_py *.pyc