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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38fcba8637..f7721b43ef 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,9 @@ aot:
run:
cd main && $(MAKE) run
+run-64:
+ cd main && $(MAKE) run-64
+
run-boehm:
cd main && $(MAKE) run-boehm
@@ -109,6 +112,8 @@ run-sgen:
run-gdb:
cd main && $(MAKE) run-gdb
+run-gdb-64:
+ cd main && (MAKE) run-gdb-64
test:
cd main && $(MAKE) test assembly=$(assembly)