From: W. Trevor King Date: Thu, 8 Jan 2009 16:46:39 +0000 (-0500) Subject: Fixed old FFT_tools portions of Makefile to calibcant X-Git-Tag: 0.4~18 X-Git-Url: http://git.tremily.us/?p=calibcant.git;a=commitdiff_plain;h=6b8d3a5bafe486c1fae5abc5e12f6392315dc64d Fixed old FFT_tools portions of Makefile to calibcant --- diff --git a/Makefile b/Makefile index 007b7d5..39baac2 100644 --- 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