9be83456f0cc46e79ebc460d75fe61ab9198c0c0
lrnassar
  Tue May 12 11:00:18 2020 -0700
Adding new util for indexing bigBeds, adding make tests and to list of user utilts refs #24479

diff --git src/utils/makefile src/utils/makefile
index edf34ea..c29433a 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -87,30 +87,31 @@
 	rowsToCols \
 	sizeof \
 	spacedToTab \
 	splitFile \
 	splitFileByColumn \
 	strexCalc \
 	stringify \
 	subChar \
 	subColumn \
 	tailLines \
 	textHistogram \
 	tickToDate \
 	timing \
 	toLower \
 	toUpper \
+        trackDbIndexBb \
 	twoBitDup \
 	twoBitInfo \
 	twoBitToFa \
 	wigCorrelate \
 	wigToBigWig \
 	wordLine \
 	chromToUcsc
 
 # list of utilities to build of interest only at UCSC
 
 UCSC_APPS = \
 	addCols \
 	aNotB \
 	aveCols \
 	ccCp \