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

Makefile « corcompare « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 253e4e8b791ccc0a88e80c07c9ab399109a21ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
all: linux

windows: linux

linux: CorCompare.exe

CorCompare.exe: *.cs
	../../nant/NAnt.exe linux

clean:
	rm -f *.exe *.pdb *.dll