9186636eb6806a49e2e2cc5fd6b11d690ab729c1
kent
  Mon Dec 28 18:36:02 2020 -0800
A little utility for changing labels in first row and or column of a tsv table.

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