From 915d85bbbced1d9bb6db07cde355cabce6a61c88 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 13 Sep 2006 21:05:16 +0000 Subject: [PATCH] cleanup Mono debris git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9278 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/Makefile.in b/SWIG/Examples/Makefile.in index 7cc6456de..afccb12d5 100644 --- a/SWIG/Examples/Makefile.in +++ b/SWIG/Examples/Makefile.in @@ -885,7 +885,7 @@ csharp_compile: $(SRCS) # ----------------------------------------------------------------- csharp_clean: - rm -f *_wrap* *~ .~* runme runme.exe gc.log `find . -name \*.cs | grep -v runme.cs` + rm -f *_wrap* *~ .~* runme runme.exe *.exe.mdb gc.log `find . -name \*.cs | grep -v runme.cs` rm -f core @EXTRA_CLEAN@ rm -f *.@OBJEXT@ *@CSHARPSO@