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:
authorHenric Müller <hemuller@microsoft.com>2018-10-24 15:52:33 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-25 17:48:59 +0300
commit8ed8999cc1fba602d961ff60a3a9667497d8d9fe (patch)
treed834cc93a2023e2e4dc9475aa867742bd330860e /Makefile
parent38a32dfb4ff7fd7ec00d11d6c5b0af3b002b5a56 (diff)
Apply changes from reference assemblies 4.7.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 65f1461..c68f858 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ all:
$(MAKE) -C v4.6.2
$(MAKE) -C v4.7
$(MAKE) -C v4.7.1
+ $(MAKE) -C v4.7.2
$(MAKE) -C mono
$(MAKE) -C build/monotouch
$(MAKE) -C build/monodroid
@@ -26,6 +27,7 @@ clean:
$(MAKE) -C v4.6.2 clean
$(MAKE) -C v4.7 clean
$(MAKE) -C v4.7.1 clean
+ $(MAKE) -C v4.7.2 clean
$(MAKE) -C mono clean
$(MAKE) -C build/monotouch clean
$(MAKE) -C build/monodroid clean