From 6b8d3a5bafe486c1fae5abc5e12f6392315dc64d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 8 Jan 2009 11:46:39 -0500 Subject: [PATCH] Fixed old FFT_tools portions of Makefile to calibcant --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2