d8aef11766e1720af30e848211b03a1bee002cf7
max
  Fri Aug 21 03:14:29 2015 -0700
adding chopchop and nebcutter and fixing an obvious bug. Also adding a
little tool that parse a Chrome HTTP trace and creates the extTools.ra
entry mostly automatically. refs #15113

diff --git src/utils/makefile src/utils/makefile
index d388579..b6e3e27 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -138,31 +138,32 @@
 	venn \
 	verticalSplitSqlTable \
 	weedLines \
 	wigTestMaker
 
 # list of scripts to install
 
 SCRIPT_FILES = \
         agpToLift \
         bedCollapse.pl \
         iSync \
         lodToBedScore \
 	mkMafFrames.pl \
 	uniprotLift \
 	bedFixBlockOverlaps \
-	apacheLogParse
+	apacheLogParse \
+	extToolsChromeParse
 
 # List of all directories to build
 
 ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS)
 
 # all: builds all utilities here
 
 all: $(ALL_APPS:%=%.all)
 
 %.all:
 	cd $* && echo $* && $(MAKE)
 
 # userAppsB: builds the user application specific programs
 # it would have been nice to be able to use the target name 'userApps'
 # here, but there is a directory by that name, and thus it always exists