Skip to content

Commit

Permalink
update dependency; delete minimap2-lite on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Jul 18, 2017
1 parent 293a704 commit 947cf16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ INCLUDES= -I.
OBJS= kthread.o kalloc.o ksw2_extz2_sse.o ksw2_extd2_sse.o misc.o bseq.o \
sketch.o sdust.o index.o chain.o align.o hit.o map.o format.o
PROG= minimap2
PROG_EXTRA= sdust
PROG_EXTRA= sdust minimap2-lite
LIBS= -lm -lz -lpthread

ifeq ($(sse2only),)
Expand Down Expand Up @@ -44,6 +44,7 @@ depend:
align.o: minimap.h mmpriv.h bseq.h ksw2.h kalloc.h
bseq.o: bseq.h kseq.h
chain.o: minimap.h mmpriv.h bseq.h kalloc.h
example.o: minimap.h kseq.h
format.o: mmpriv.h minimap.h bseq.h
hit.o: mmpriv.h minimap.h bseq.h kalloc.h
index.o: kthread.h bseq.h minimap.h mmpriv.h kvec.h kalloc.h khash.h
Expand Down

0 comments on commit 947cf16

Please sign in to comment.