start to work on alignment

This commit is contained in:
Heng Li
2017-06-23 13:44:45 -04:00
parent c6d5dea314
commit 44cdd18de0
6 changed files with 65 additions and 10 deletions
+1 -1
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 misc.o bseq.o sketch.o chain.o sdust.o index.o map.o
OBJS= kalloc.o kthread.o misc.o bseq.o sketch.o chain.o align.o sdust.o index.o map.o
PROG= minimap2
PROG_EXTRA= sdust
LIBS= -lm -lz -lpthread