Changes the install line to be a copy instead of a move
[htsworkflow.git] / htswanalysis / src / Makefile
index 73c099a0f1bffbf3151e4055db65a7b312a1c4a1..9c8ca297aa48e10d4c1835e5d05f531650ee4cf4 100644 (file)
@@ -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)