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

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-18 13:23:31 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-18 13:47:21 +0300
commit6c168ef1f2a3ff80237395cc09bfbeeaedc93334 (patch)
tree4ff60ffa20f98db47c77733f10b947e46581c892 /Makefile
parent313a9bdbab07119b849c3ad1a13aa97b8353da5d (diff)
Apply source changes from 4.8 reference assemblies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c68f858..07dc892 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ all:
$(MAKE) -C v4.7
$(MAKE) -C v4.7.1
$(MAKE) -C v4.7.2
+ $(MAKE) -C v4.8
$(MAKE) -C mono
$(MAKE) -C build/monotouch
$(MAKE) -C build/monodroid
@@ -28,6 +29,7 @@ clean:
$(MAKE) -C v4.7 clean
$(MAKE) -C v4.7.1 clean
$(MAKE) -C v4.7.2 clean
+ $(MAKE) -C v4.8 clean
$(MAKE) -C mono clean
$(MAKE) -C build/monotouch clean
$(MAKE) -C build/monodroid clean