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
path: root/mcs/jay
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/jay')
-rw-r--r--mcs/jay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/jay/Makefile b/mcs/jay/Makefile
index 8df0b920e96..3e0b74ca660 100644
--- a/mcs/jay/Makefile
+++ b/mcs/jay/Makefile
@@ -35,7 +35,7 @@ clean-local:
dist-local: dist-default
-test-local run-test-local:
+test-local run-test-local run-test-ondotnet-local:
jay: $(sources:.c=.o)
$(CCOMPILE) -o $@ $^