From 2c4a47beec423a6d27cfc27f084380a1cf3fb4ae Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Thu, 6 Mar 2014 18:11:29 -0500 Subject: add continuous to install path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- cgit v1.2.3