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

makefile « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58737eab70c0119a5228bd4576eb5844640cc2b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
NANT	= ../nant/NAnt.exe

all: linux

linux:
	$(NANT)

push:
	scp lib/*.dll mono-cvs:libs

test:
	$(NANT) test

testcorlib:
	$(NANT) testcorlib

clean:
	$(NANT) clean