1bd63a5b1364a075195e59a06c8161244f934c59 kent Wed Jul 31 13:31:19 2019 -0700 The tabToTabDir program seems to work. diff --git src/tabFile/tabToTabDir/makefile src/tabFile/tabToTabDir/makefile new file mode 100644 index 0000000..99270ec --- /dev/null +++ src/tabFile/tabToTabDir/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = tabToTabDir +include $(kentSrc)/inc/userApp.mk