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
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2020-02-04 21:15:56 +0300
committerGitHub <noreply@github.com>2020-02-04 21:15:56 +0300
commit2017e493a970a79aa32df2f05e5f1fd877cb3fdc (patch)
tree520fcc08cfb992834ae53d6b3fc0c7ea0dc25d6c /Makefile.am
parenta592b4b871d7d46213ccb9c53ca410c55947d892 (diff)
Add RunSample target to mono.proj (#18635)
1) Delete `src/mono/netcore/corerun/` folder, we can build/use coreclr's corerun (it has `--clr-path`) 2) Add `RunSample` to build & run HelloWorld with mono runtime. Co-authored-by: Egor Bogatov <egorbo@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 229db0b15bb..930f0762457 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS = $(WERROR_CFLAGS)
SUBDIRS = @MONO_SUBDIRS@
noinst_SUBDIRS = @MONO_NOINST_SUBDIRS@
-DIST_SUBDIRS = $(SUBDIRS) m4 netcore netcore/corerun
+DIST_SUBDIRS = $(SUBDIRS) m4 netcore
if !ENABLE_NETCORE