diff options
| author | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-08 13:45:54 -0400 |
|---|---|---|
| committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-08 13:45:54 -0400 |
| commit | f32cd590718b1806467e003171ad1c36af092b3e (patch) | |
| tree | 38143f9ad40d717bc0f506c0b08d96202156f2b5 | |
| parent | 1b49a2d276a62546e4e9522e26228265142066a3 (diff) | |
add lock to makefile
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
