be4311c07e14feb728abc6425ee606ffaa611a58 markd Fri Jan 22 06:46:58 2021 -0800 merge with master diff --git src/hca/hcaUnifyMatrix/makefile src/hca/hcaUnifyMatrix/makefile new file mode 100644 index 0000000..3c843bb --- /dev/null +++ src/hca/hcaUnifyMatrix/makefile @@ -0,0 +1,4 @@ +kentSrc = ../.. +A = hcaUnifyMatrix +preMyLibs = ${kentSrc}/lib/${MACHTYPE}/jkhgap.a +include $(kentSrc)/inc/userApp.mk