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/class/makefile')
-rw-r--r--mcs/class/makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/mcs/class/makefile b/mcs/class/makefile
deleted file mode 100644
index 35e5bb0b0a4..00000000000
--- a/mcs/class/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: linux
-
-linux:
- ../nant/NAnt.exe
-
-push:
- scp lib/*.dll mono-cvs:libs
-
-test:
- ../nant/NAnt.exe test
-
-clean:
- ../nant/NAnt.exe clean