From f2144ed109c70ec4571b798f609a233b671e4802 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Fri, 17 Jan 2014 15:01:16 -0500 Subject: add dest and proper install path --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6921d3f..09a157c 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ CC = gcc CFLAGS = -O3 -s -mtune=native -Wall -DVERSION=$(VERSION) -Wextra SRC = src BIN = bin +DEST = /usr/local/bin/ all: output_dir $(BIN)/strstream $(BIN)/melting_range $(BIN)/strstreamone @@ -19,5 +20,5 @@ clean: rm -vf $(BIN)/strstream $(BIN)/melting_range $(BIN)/strstreamone install: all - install -c $(BIN)/strstream $(BIN)/melting_range $(BIN)/strstreamone SelectiveGenomeAmplification select_mers.py $(dest) + install -c $(BIN)/strstream $(BIN)/melting_range $(BIN)/strstreamone SelectiveGenomeAmplification select_mers.py $(DEST) -- cgit v1.2.3