395a702c9be363fba7bc6cb0dbf6897e5fa16472
kent
  Mon Oct 29 17:35:14 2012 -0700
Adding trixSearch to index utilities.
diff --git src/index/makefile src/index/makefile
index ec3d9eb..9cf43b5 100644
--- src/index/makefile
+++ src/index/makefile
@@ -1,14 +1,15 @@
 all:
 	cd bptForTwoBit && ${MAKE}
 	cd bptLookupStringToBits64 && ${MAKE}
 	cd bptMakeStringToBits64 && ${MAKE}
 	cd indexfa && ${MAKE}
 	cd indexgl && ${MAKE}
 	cd ixali && ${MAKE}
 	cd ixword1 && ${MAKE}
 	cd ixword3 && ${MAKE}
 	cd makepgo && ${MAKE}
 	cd stToXao && ${MAKE}
 	cd ixIxx && ${MAKE}
+	cd trixSearch && ${MAKE}
 
 clean::