diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-12 16:07:12 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-12 16:07:12 -0400 |
commit | ef4781ff21882cc589c95456a24cafca9f0c2475 (patch) | |
tree | 979e790bbd0863f22ccde429ebef1b3ad8ea20db /Makefile | |
parent | 35135e92af473c3641d1be0a53c761fc084861c3 (diff) | |
parent | 2c4a47beec423a6d27cfc27f084380a1cf3fb4ae (diff) |
Merge branch 'master' of github.com:mutantturkey/dna-utils
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |