be4311c07e14feb728abc6425ee606ffaa611a58 markd Fri Jan 22 06:46:58 2021 -0800 merge with master diff --git src/utils/clusterMatrixToBarChartBed/makefile src/utils/clusterMatrixToBarChartBed/makefile new file mode 100644 index 0000000..7d604ba --- /dev/null +++ src/utils/clusterMatrixToBarChartBed/makefile @@ -0,0 +1,7 @@ +kentSrc = ../.. +A = clusterMatrixToBarChartBed +include $(kentSrc)/inc/userApp.mk + +test:: + @if test -d tests -a -s tests/makefile; then (cd tests && ${MAKE} test); \ + else echo "# no tests directory (or perhaps no tests/makefile) in $(CURDIR)"; fi