1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 24 Jun 2015 19:24:02 +0200
Description: Create all possible executables
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-EXEC=ecoPCR ecofind ecogrep
+EXEC=ecoPCR ecofind ecogrep ecoisundertaxon
PCR_SRC= ecopcr.c
PCR_OBJ= $(patsubst %.c,%.o,$(PCR_SRC))
@@ -100,4 +100,4 @@ clean:
$(MAKE) -C libthermo clean
-
\ No newline at end of file
+
|