Skip to content

Commit

Permalink
gcov not fully working as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofonseca committed Jul 22, 2019
1 parent 02c83cf commit d52acab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install: $(TARGETS)
cp $^ ../bin

gcov:
gcov $(TARGETS) hash.o range_list.o
gcov $(TARGETS) hash.o range_list.o fastq.o

fastq_filterpair: hash.o fastq_filterpair.o fastq.o
gcc $(CFLAGS) $^ -lz -o $@
Expand Down Expand Up @@ -98,7 +98,6 @@ hash.o: hash.c hash.h
range_list.o: range_list.c range_list.h
gcc $(CFLAGS) -c $<


%.o: %.c
gcc -I $(SAMTOOLS_PATH) $(CFLAGS) -c $<

Expand Down

0 comments on commit d52acab

Please sign in to comment.