* XmlElement.cs : Fixed bug 32839. InnerXml removes all the children.
[mono.git] / mcs / class / makefile
1 NANT    = ../nant/NAnt.exe
2
3 all: linux
4
5 linux:
6         $(NANT)
7
8 push:
9         scp lib/*.dll mono-cvs:libs
10
11 test:
12         $(NANT) test
13
14 clean:
15         $(NANT) clean