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--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