Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/jay
diff options
context:
space:
mode:
authorPeter Williams <peterw@mono-cvs.ximian.com>2003-07-18 10:46:55 +0400
committerPeter Williams <peterw@mono-cvs.ximian.com>2003-07-18 10:46:55 +0400
commit2a221779d699c5630eefca07838b3cf19afa55bb (patch)
tree75d1d2e3ba12b179022b66b109b7d90af6a42b48 /mcs/jay
parent2c273f3c08a587252f224a463876ce696c657edd (diff)
Remove Windows debugging information (*.pdb) on make clean.
svn path=/trunk/mcs/; revision=16384
Diffstat (limited to 'mcs/jay')
-rw-r--r--mcs/jay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/jay/Makefile b/mcs/jay/Makefile
index 6646c4a12fc..930d5a0f5d7 100644
--- a/mcs/jay/Makefile
+++ b/mcs/jay/Makefile
@@ -25,7 +25,7 @@ install-local: jay
$(INSTALL_DATA) jay.1 $(DESTDIR)$(prefix)/man/man1
clean-local:
- rm -f jay *.o
+ rm -f jay *.o *.exe *.pdb
dist-local: dist-default