Fixed old FFT_tools portions of Makefile to calibcant
[calibcant.git] / Makefile
index 007b7d5cf6a8174519846e8742a53b58bb827b08..39baac2378452d756eadb50c2e54206c81a6ebf4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,12 @@
 
 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