a6961f6d0aa8579910afb52dec6f333a0113328c
max
  Tue Nov 22 03:48:11 2022 -0800
adding bigGuessDb tool, refs #30316

diff --git src/utils/bigGuessDb/makefile src/utils/bigGuessDb/makefile
new file mode 100644
index 0000000..d83967c
--- /dev/null
+++ src/utils/bigGuessDb/makefile
@@ -0,0 +1,14 @@
+kentSrc = ../..
+include ../../inc/common.mk
+
+compile:
+	cp -p bigGuessDb ${DESTBINDIR}/chromToUcsc
+
+check:
+	pylint bigGuessDb
+
+#clean:
+	#cd tests && ${MAKE} clean
+
+#test:
+	#cd tests && ${MAKE}