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: 35e5bb0b0a45f82da52b6b2d77ff4135e4c98e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: linux

linux:
	../nant/NAnt.exe

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

test:
	../nant/NAnt.exe test

clean:
	../nant/NAnt.exe clean