aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 02aeb46..eac08ee 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ install: all
# bash scripts
install -c SelectiveWholeGenomeAmplification $(DEST)
install -c SelectiveWholeGenomeAmplificationUI $(DEST)
+ install -c src/lock $(DEST)
# python scripts
install -c src/select_mers.py $(DEST)
install -c src/score_mers.py $(DEST)