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/nunit/makefile')
-rw-r--r--mcs/nunit/makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/mcs/nunit/makefile b/mcs/nunit/makefile
deleted file mode 100644
index 7e3b8cbb8b2..00000000000
--- a/mcs/nunit/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all: build
-
-linux: build
-
-windows: build
-
-build:
- ../nant/NAnt.exe build
-
-clean:
- ../nant/NAnt.exe clean
-