diff options
| author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-06 18:11:29 -0500 |
|---|---|---|
| committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-06 18:11:29 -0500 |
| commit | 2c4a47beec423a6d27cfc27f084380a1cf3fb4ae (patch) | |
| tree | 08c3de12684491ae3678f114feb9fa781ca6d77c /Makefile | |
| parent | 435e6218e8d4faa118cabccdacfeddb589b835ee (diff) | |
add continuous to install path
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/ |
