0f3ca3eaf5792df01b7c600a5428d2d0b2809fcd
max
  Fri Sep 20 13:18:01 2024 -0700
Revert "more features to hubtools: search in both parent and subdirs, better docs"

This reverts commit 05e67c59a20a5d00b810a981aef3b00c5bef82e1.

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