9ab0e5cc221ce3e6e0c19b50940eb0a24ea56243
max
  Thu Sep 25 01:22:04 2014 -0700
moving small tools into utils directory
diff --git src/utils/makefile src/utils/makefile
index aac9398..4aee915 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -133,31 +133,33 @@
 	udcCleanup \
 	undupFa \
 	upper \
 	venn \
 	verticalSplitSqlTable \
 	weedLines \
 	wigTestMaker
 
 # list of scripts to install
 
 SCRIPT_FILES = \
         agpToLift \
         bedCollapse.pl \
         iSync \
         lodToBedScore \
-	mkMafFrames.pl
+	mkMafFrames.pl \
+	uniprotLift \
+	bedFixBlockOverlaps
 
 # 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