From ae85dcde76e9b7cb497318c26fa8f126c387d54f Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 13 Dec 2017 09:01:48 -0500 Subject: [PATCH] added esterr.o dependencies --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 67e05d6..9b45775 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ depend: align.o: minimap.h mmpriv.h bseq.h ksw2.h kalloc.h bseq.o: bseq.h kvec.h kalloc.h kseq.h chain.o: minimap.h mmpriv.h bseq.h kalloc.h +esterr.o: mmpriv.h minimap.h bseq.h example.o: minimap.h kseq.h format.o: kalloc.h mmpriv.h minimap.h bseq.h getopt.o: getopt.h