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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'linker/Tests/TestCases/Linker/VirtualCall/Makefile')
-rw-r--r--linker/Tests/TestCases/Linker/VirtualCall/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/linker/Tests/TestCases/Linker/VirtualCall/Makefile b/linker/Tests/TestCases/Linker/VirtualCall/Makefile
deleted file mode 100644
index 356b52945..000000000
--- a/linker/Tests/TestCases/Linker/VirtualCall/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-include ../../config.make
-
-all:
- MCS /t:library Library.cs
- MCS /r:Library.dll Program.cs