315ac2b4d26b6ef65d4ff1fcd822f849153790cb kent Tue Jan 12 12:49:38 2021 -0800 Oops, forgot to take utility I deleted out of makefile. diff --git src/hg/txGraph/makefile src/hg/txGraph/makefile index 8dbb7f7..be860af 100644 --- src/hg/txGraph/makefile +++ src/hg/txGraph/makefile @@ -15,31 +15,30 @@ DIRS = \ agxToTxg \ bedToTxEdges \ txAbFragFind \ txBedToGraph \ txOrtho \ txPslFilter \ txPslToBed \ txReadRa \ txWalk \ txgAddEvidence \ txgAnalyze \ txgGoodEdges \ txgToAgx \ - txgToGeneBed \ txgToXml \ txgTrim clean: @for D in ${DIRS} x; do \ if test "$$D" != "x" ; then \ ( cd $$D && echo $$D && ${MAKE} clean ) ;\ x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \ fi ;\ done compile: @for D in ${DIRS} x; do \ if test "$$D" != "x" ; then \ ( cd $$D && echo $$D && ${MAKE} compile ) ;\