projects
/
calibcant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e2df38
)
Fixed old FFT_tools portions of Makefile to calibcant
author
W. Trevor King
<wking@drexel.edu>
Thu, 8 Jan 2009 16:46:39 +0000
(11:46 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 8 Jan 2009 16:46:39 +0000
(11:46 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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