aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-03-24 15:21:39 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-03-24 15:21:39 -0400
commit9afddef02b7e423128bb8db686d888dd6184bd2d (patch)
tree3d99f0a0945a3c684bfbac44221807aa95bba41f
parentdd6b8d92353d01b6095e72d016235215cfd8b713 (diff)
add below and fix tabs
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e1f471..bc7dc69 100644
--- a/Makefile
+++ b/Makefile
@@ -20,5 +20,13 @@ clean:
rm -vf bin/* -Rv
install: all
- install -c bin/strstream bin/filter_melting_range bin/strstreamone SelectiveGenomeAmplification src/select_mers.py src/score_mers.py src/filter_max_consecutive_binding.py $(DEST)
+ install -c bin/strstream $(DEST)
+ install -c bin/filter_melting_range $(DEST)
+ install -c bin/strstreamone $(DEST)
+ install -c bin/sequence_end_points $(DEST)
+ install -c SelectiveGenomeAmplification $(DEST)
+ install -c src/select_mers.py $(DEST)
+ install -c src/score_mers.py $(DEST)
+ install -c src/below_melting_temperature.py $(DEST)
+ install -c src/filter_max_consecutive_binding.py $(DEST)