2003-04-29 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / makefile
1 NANT    = ../nant/NAnt.exe
2
3 all: 
4         if test x$(OS) = xWindows_NT; then make windows; else make -f makefile.gnu; fi
5
6 windows:
7         $(NANT)
8
9 push:
10         scp lib/*.dll mono-cvs:libs
11
12 test:
13         $(NANT) test
14
15 testcorlib:
16         $(NANT) testcorlib
17
18 clean:
19         $(NANT) clean