bc9d6c2f136be652342f2a5ae1459a30701081c7
max
  Sun Sep 8 00:11:57 2024 -0700
small mistake in last commit

diff --git src/utils/hubtools/makefile src/utils/hubtools/makefile
index a8919e9..5a4ce56 100644
--- src/utils/hubtools/makefile
+++ src/utils/hubtools/makefile
@@ -1,14 +1,14 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
 compile:
-	cp -p hubtools ${DESTBINDIR}/hubMake
+	cp -p hubtools ${DESTBINDIR}/hubtools
 
 lint:
 	pylint hubtools
 
 clean:
 	cd tests && ${MAKE} clean
 
 #test:
 	#cd tests && ${MAKE}