aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-03-12 16:07:12 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-03-12 16:07:12 -0400
commitef4781ff21882cc589c95456a24cafca9f0c2475 (patch)
tree979e790bbd0863f22ccde429ebef1b3ad8ea20db
parent35135e92af473c3641d1be0a53c761fc084861c3 (diff)
parent2c4a47beec423a6d27cfc27f084380a1cf3fb4ae (diff)
Merge branch 'master' of github.com:mutantturkey/dna-utils
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc47796..7fed79e 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,6 @@ debug: CFLAGS = -ggdb -Wall -Wextra -DVERSION=$(VERSION)\"-debug\"
debug: all
install: all
- @cp -vf kmer_counts_per_sequence kmer_total_count $(DESTDIR)/bin/
+ @cp -vf kmer_counts_per_sequence kmer_total_count kmer_continuous_count $(DESTDIR)/bin/
@cp -vf libkmer.so $(DESTDIR)/lib/