2ec8e153f0b10f84aac7109840f6cab79d5f8902 kent Wed Dec 30 18:50:13 2020 -0800 Pastes together matrices in the x-dimension while trimming duplicate row-labels. diff --git src/utils/matrixPaste/makefile src/utils/matrixPaste/makefile new file mode 100644 index 0000000..04088ea --- /dev/null +++ src/utils/matrixPaste/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = matrixPaste +include $(kentSrc)/inc/userApp.mk