aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-04-08 13:45:54 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-04-08 13:45:54 -0400
commitf32cd590718b1806467e003171ad1c36af092b3e (patch)
tree38143f9ad40d717bc0f506c0b08d96202156f2b5
parent1b49a2d276a62546e4e9522e26228265142066a3 (diff)
add lock to makefile
-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)