Skip to content

Commit

Permalink
"polish"
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Gao committed Nov 23, 2016
1 parent adbda6d commit df0c988
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ BIN_DIR = .
SRC_DIR = ./src

SOURCE = $(wildcard ${SRC_DIR}/*.c)
#SOURCE = main.c build_ref.c bntseq.c lamsa_heap.c lamsa_aln.c lamsa_dp_con.c frag_check.c split_mapping.c ksw.c \
gem_parse.c is.c bwtindex.c bwt_gen.c QSufSort.c kstring.c \
bwt.c bwt_aln.c utils.c
OBJS = $(SOURCE:.c=.o)

BIN = $(BIN_DIR)/lamsa
Expand All @@ -22,7 +19,6 @@ DMARCRO = -D __DEBUG__
$(CC) -c $(CFLAGS) $< -o $@

all: $(SOURCE) $(BIN)
#lamsa: $(SOURCE) $(BIN)
gdb_lamsa: $(SOURCE) $(GDB_DEBUG)
debug_lamsa: $(SOURCE) $(NOR_DEBUG)

Expand Down

0 comments on commit df0c988

Please sign in to comment.