aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc7dc69..7d5b400 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,10 @@ install: all
install -c bin/strstreamone $(DEST)
install -c bin/sequence_end_points $(DEST)
install -c SelectiveGenomeAmplification $(DEST)
+ install -c SelectiveGenomeAmplificationUI $(DEST)
install -c src/select_mers.py $(DEST)
install -c src/score_mers.py $(DEST)
+ install -c src/score_wrapper.sh $(DEST)
install -c src/below_melting_temperature.py $(DEST)
install -c src/filter_max_consecutive_binding.py $(DEST)