src/hg/utils/makefile 1.14
1.14 2009/08/12 07:48:05 markd
added initial implementation of gff3ToGenePred converter
Index: src/hg/utils/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/hg/utils/makefile 25 Apr 2009 00:45:14 -0000 1.13
+++ src/hg/utils/makefile 12 Aug 2009 07:48:05 -0000 1.14
@@ -53,9 +53,13 @@
oligoMatch \
positionalTblCheck \
safePush \
toDev64 \
- twoBitMask
+ twoBitMask \
+ gff3ToGenePred
+
+TEST_DIRS = \
+ gff3ToGenePred
BAD_DIRS= \
ccCpLock \
geneStarts \