From 3eeb2800a9c746e69ca8a1697ee0608f5c34d476 Mon Sep 17 00:00:00 2001 From: Tim Reddy Tim Date: Mon, 24 Nov 2008 18:52:30 +0000 Subject: [PATCH] Changes the install line to be a copy instead of a move --- htswanalysis/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htswanalysis/src/Makefile b/htswanalysis/src/Makefile index 73c099a..9c8ca29 100644 --- a/htswanalysis/src/Makefile +++ b/htswanalysis/src/Makefile @@ -6,7 +6,7 @@ TARGETS=complexity_count qPCR profile_reads_against_features profile_reads_wig c all: $(TARGETS) install: $(TARGETS) - mv $^ ../bin/ + cp $^ ../bin/ clean: rm -f $(TARGETS) -- 2.30.2