From 9995740df4a88f6c21a12bff3bc80ecfc9fb4eba Mon Sep 17 00:00:00 2001 From: Tobias Rausch Date: Mon, 10 Nov 2014 16:08:13 +0100 Subject: [PATCH] Updated makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4148eb8..14911b6 100644 --- a/Makefile +++ b/Makefile @@ -66,4 +66,4 @@ src/stats: .htslib .bamtools $(DELLYSOURCES) clean: cd src/bamtools/build && make clean cd src/htslib && make clean - rm -f $(TARGETS) $(TARGETS:=.o) + rm -f $(TARGETS) $(TARGETS:=.o) .htslib .bamtools