]> git.donarmstrong.com Git - samtools.git/blobdiff - misc/Makefile
Also clean *.exe (for Cygwin users using this makefile).
[samtools.git] / misc / Makefile
index 4404cccd1e8169b1c3a40538099a4e9d9285cfa8..2c400f806392fce11f9133f41323ed5396ab179f 100644 (file)
@@ -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