cf2101d3827a92b9c6df448ac0041625cf2567e5 hiram Tue May 28 10:03:03 2013 -0700 adding addCols and aveCols to the userUtils build refs #9149 diff --git src/utils/makefile src/utils/makefile index 5b65c99..99830c9 100644 --- src/utils/makefile +++ src/utils/makefile @@ -1,26 +1,28 @@ # Build all directories in utils include ../inc/common.mk # note: lists such as the following need to be defined *before* # they are used in the wildcard target rules. An oddity of gnu make # define the list of user applications to build UTILS_APPLIST = \ + addCols \ ave \ + aveCols \ bedClip \ bedGraphToBigWig \ bedToBigBed \ bigBedInfo \ bigBedNamedItems \ bigBedSummary \ bigBedToBed \ bedCommonRegions \ bedGeneParts \ bedPileUps \ bedRemoveOverlap \ bedRestrictToPositions \ bigWigAverageOverBed \ bigWigInfo \ bigWigMerge \