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

makefile « nunit « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e3b8cbb8b2a387ffc782b6f1be5a4ec2717ed34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all: build

linux: build

windows: build

build:
	../nant/NAnt.exe build

clean:
	../nant/NAnt.exe clean