From 55934ae963a69d68935225b69f0b9b5223b9ec39 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Mon, 10 Aug 2009 07:31:17 +0000 Subject: [PATCH] disabled utest for C code git-svn-id: http://biopieces.googlecode.com/svn/trunk@627 74ccb610-7750-0410-82ae-013aeee3265d --- code_c/Maasha/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code_c/Maasha/src/Makefile b/code_c/Maasha/src/Makefile index 5ac2879..3521b3a 100644 --- a/code_c/Maasha/src/Makefile +++ b/code_c/Maasha/src/Makefile @@ -11,7 +11,8 @@ TEST_DIR = test/ INC = -I $(INC_DIR) LIB = -lm $(LIB_DIR)*.o -all: libs utest bed2fixedstep bed2tag_contigs bed_sort bipartite_scan bipartite_decode fasta_count repeat-O-matic +# all: libs utest bed2fixedstep bed2tag_contigs bed_sort bipartite_scan bipartite_decode fasta_count repeat-O-matic +all: libs bed2fixedstep bed2tag_contigs bed_sort bipartite_scan bipartite_decode fasta_count repeat-O-matic libs: cd $(LIB_DIR) && ${MAKE} all -- 2.39.2