diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-24 15:21:39 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-24 15:21:39 -0400 |
commit | 9afddef02b7e423128bb8db686d888dd6184bd2d (patch) | |
tree | 3d99f0a0945a3c684bfbac44221807aa95bba41f /Makefile | |
parent | dd6b8d92353d01b6095e72d016235215cfd8b713 (diff) |
add below and fix tabs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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) |