aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-07-16 13:31:53 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-07-16 13:31:53 -0400
commit7ae2dee4d9445f02535d8fd479ddaacb2f968b86 (patch)
treef9e017742297d65fc8380f4417a7783d2bf6536f /Makefile
parent428fbefaac16d6a5d83baa509cd9b02a65cffc57 (diff)
work on filters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eac08ee..634b9ee 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ all: output_dir bin/strstream bin/filter_melting_range bin/strstreamone bin/sequ
output_dir:
mkdir -p bin
+
bin/strstream: src/strstream.c
$(CC) src/strstream.c -o bin/strstream $(CLIBS) $(CFLAGS)
bin/strstreamone: src/strstreamone.c
@@ -36,4 +37,5 @@ install: all
install -c src/filter_melting_temperature.py $(DEST)
install -c src/filter_max_consecutive_binding.py $(DEST)
install -c src/filter_average_binding.py $(DEST)
-
+ install -c src/remove_mers.py $(DEST)
+ install -c src/remove_mers_from_file.py $(DEST)