2c9615338fe3f7c620421e2a265a63cf30cf98f1 braney Sat Mar 5 17:33:06 2022 -0800 move sqlToAs out of oneShot an into utils diff --git src/utils/sqlToAs/makefile src/utils/sqlToAs/makefile new file mode 100644 index 0000000..f81a9bc --- /dev/null +++ src/utils/sqlToAs/makefile @@ -0,0 +1,8 @@ +kentSrc = ../.. +include ../../inc/common.mk + +wordsBySize: + cp sqlToAs ${DESTDIR}${BINDIR}/sqlToAs + +clean:: + echo