b9a0555ef32aa8101790c4a92c736a7ddd58ffbd kent Mon Nov 29 12:48:16 2021 -0800 Making it so that you can use a field index as well as field name. diff --git src/tabFile/tabJoin/makefile src/tabFile/tabJoin/makefile index 44980a0..3b8762d 100644 --- src/tabFile/tabJoin/makefile +++ src/tabFile/tabJoin/makefile @@ -1,3 +1,7 @@ kentSrc = ../.. A = tabJoin include $(kentSrc)/inc/userApp.mk + +tst: + $A test1.tsv name test2.tsv lc test.out + cmp expected.out test.out