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:
authorBojan Rajkovic <bojan.rajkovic@xamarin.com>2012-09-28 23:06:42 +0400
committerBojan Rajkovic <bojan.rajkovic@xamarin.com>2012-09-28 23:16:23 +0400
commitd58cb1e5607561da04e1550c6a7b916f4f9e41f9 (patch)
treee78d1d4871d6eab76437caccd19ddc67d656aea8 /Makefile
parentb9bbd03d8abfd2f0660a52eb61f97abc7b6acada (diff)
[Makefiles] Add run-sgen targets that run MD with SGen enabled.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 15161585cb..e2218e644f 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,9 @@ dist: update_submodules remove-stale-tarballs dist-recursive
run:
cd main && $(MAKE) run
+run-sgen:
+ cd main && $(MAKE) run-sgen
+
run-gdb:
cd main && $(MAKE) run-gdb