From: mikaels Date: Fri, 10 Apr 2009 16:06:39 +0000 (+0000) Subject: Added BamConversion to the make clean command X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ff8f647fbdab9758b3c91fd984199568d1ecd2e1;p=bamtools.git Added BamConversion to the make clean command git-svn-id: svn+ssh://gene.bc.edu/home/subversion/Derek/BamTools/trunk@4 9efb377e-2e27-44b9-b91a-ec4abb80ed8b --- diff --git a/Makefile b/Makefile index 41ba820..6ae2a4e 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,4 @@ BamConversion: lib BamWriter.o BamConversionMain.o $(CXX) $(CXXFLAGS) -o $@ BamWriter.o BamConversionMain.o $(LIBS) -L. -lbambc clean: - rm -fr gmon.out *.o *.a a.out $(PROG) *~ + rm -fr gmon.out *.o *.a a.out $(PROG) BamConversion *~