9f568df48c409c062eab6e3b2aa60bc8509bf120
angie
  Fri May 3 16:42:33 2019 -0700
binFromRange: util to convert start and end coords into a SQL '(bin = ### or bin = ### ...)' condition. refs #23429

diff --git src/hg/utils/binFromRange/makefile src/hg/utils/binFromRange/makefile
new file mode 100644
index 0000000..58222c5
--- /dev/null
+++ src/hg/utils/binFromRange/makefile
@@ -0,0 +1,3 @@
+kentSrc = ../../..
+A = binFromRange
+include $(kentSrc)/inc/userApp.mk