From: On behalf of John Marshall Date: Mon, 30 Nov 2009 13:44:56 +0000 (+0000) Subject: Also clean *.exe (for Cygwin users using this makefile). X-Git-Url: https://git.donarmstrong.com/?p=samtools.git;a=commitdiff_plain;h=794e74d8c74efef504151375d59231cadfcebc91 Also clean *.exe (for Cygwin users using this makefile). --- diff --git a/Makefile b/Makefile index f3fb7a0..afd3b16 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,6 @@ faidx.o:faidx.h razf.h khash.h faidx_main.o:faidx.h razf.h cleanlocal: - rm -fr gmon.out *.o a.out *.dSYM razip $(PROG) *~ *.a + rm -fr gmon.out *.o a.out *.exe *.dSYM razip $(PROG) *~ *.a clean:cleanlocal-recur diff --git a/misc/Makefile b/misc/Makefile index 4404ccc..2c400f8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -49,6 +49,6 @@ md5fa.o:md5.h md5fa.c $(CC) $(CFLAGS) -c -I.. -o $@ md5fa.c cleanlocal: - rm -fr gmon.out *.o a.out *.dSYM $(PROG) *~ *.a + rm -fr gmon.out *.o a.out *.exe *.dSYM $(PROG) *~ *.a clean:cleanlocal-recur