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/hubMake/makefile src/utils/hubMake/makefile
new file mode 100644
index 0000000..0d2cb14
--- /dev/null
+++ src/utils/hubMake/makefile
@@ -0,0 +1,14 @@
+kentSrc = ../..
+include ../../inc/common.mk
+
+compile:
+	cp -p hubMake ${DESTBINDIR}/hubMake
+
+lint:
+	pylint hubMake
+
+clean:
+	cd tests && ${MAKE} clean
+
+#test:
+	#cd tests && ${MAKE}