d13f1c8f1fada76cc569fc0c6f073f76fdeace92
kent
  Thu Oct 1 17:03:37 2020 -0700
We have a shell script that does this so slowly on big files it is painful, so I wrote this in C.

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