New build system from Peter Williams (peter@newton.cx)
[mono.git] / mcs / nunit20 / makefile
1 NANT    = ../nant/NAnt.exe
2
3 all: build
4
5 linux: build
6
7 windows: build
8
9 build:
10         $(NANT) build
11
12 clean:
13         $(NANT) clean
14