c1702f4d7e442e45db8d6f40d581f70b975d1340 kent Fri May 26 10:59:08 2017 -0700 Creating a new directory for tab-separated-file utilities and seeding it with tabQuery formerly in the utils directory. diff --git src/tabFile/tabQuery/makefile src/tabFile/tabQuery/makefile new file mode 100644 index 0000000..73a2eab --- /dev/null +++ src/tabFile/tabQuery/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = tabQuery +include $(kentSrc)/inc/userApp.mk