ca0629197b6dba6cb3637d28ef36a27dc9eb895d
braney
  Sat Mar 5 17:34:14 2022 -0800
fix makefile to have correct name for util

diff --git src/utils/sqlToAs/makefile src/utils/sqlToAs/makefile
index f81a9bc..065c17b 100644
--- src/utils/sqlToAs/makefile
+++ src/utils/sqlToAs/makefile
@@ -1,8 +1,8 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
-wordsBySize:
+sqlToAs:
 	cp sqlToAs ${DESTDIR}${BINDIR}/sqlToAs
 
 clean::
 	echo