forgot to link misc.o

This commit is contained in:
Heng Li 2017-04-07 15:43:55 -04:00
parent f5cdd3f72f
commit 17b57a9af0
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ CC= gcc
CFLAGS= -g -Wall -O2 -Wc++-compat -Wno-unused-function
CPPFLAGS=
INCLUDES= -I.
OBJS= kalloc.o kthread.o bseq.o sketch.o sdust.o index.o
OBJS= kalloc.o kthread.o misc.o bseq.o sketch.o sdust.o index.o
PROG= minimap2
PROG_EXTRA= sdust
LIBS= -lm -lz -lpthread
@ -36,6 +36,7 @@ depend:
bseq.o: bseq.h kseq.h
index.o: kthread.h bseq.h minimap.h kvec.h kalloc.h khash.h
kalloc.o: kalloc.h
main.o: bseq.h minimap.h
misc.o: minimap.h ksort.h
sdust.o: kalloc.h kdq.h kvec.h sdust.h
sketch.o: kvec.h kalloc.h minimap.h