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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tools/corcompare/Makefile')
-rw-r--r--mcs/tools/corcompare/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/mcs/tools/corcompare/Makefile b/mcs/tools/corcompare/Makefile
deleted file mode 100644
index 253e4e8b791..00000000000
--- a/mcs/tools/corcompare/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all: linux
-
-windows: linux
-
-linux: CorCompare.exe
-
-CorCompare.exe: *.cs
- ../../nant/NAnt.exe linux
-
-clean:
- rm -f *.exe *.pdb *.dll