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:
authorMarek Safar <marek.safar@gmail.com>2018-02-06 19:58:23 +0300
committerMarek Safar <marek.safar@gmail.com>2018-02-06 19:58:57 +0300
commit8a1b4e911fdcb1812273167e097d21a513185a66 (patch)
treeb126358021722655e77817706fe2a7229ecc6209 /Makefile
parent47546281d89a8bd1e639c081d0d1e3f7142a20ac (diff)
Add scripts for building monodroid and monotouch build profiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e54e8b7..e770c98 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ all:
$(MAKE) -C v4.7
$(MAKE) -C v4.7.1
$(MAKE) -C mono
+ $(MAKE) -C build/monotouch clean
+ $(MAKE) -C build/monodroid clean
clean:
$(MAKE) -C v2.0 clean
@@ -25,5 +27,7 @@ clean:
$(MAKE) -C v4.7 clean
$(MAKE) -C v4.7.1 clean
$(MAKE) -C mono clean
+ $(MAKE) -C build/monotouch clean
+ $(MAKE) -C build/monodroid clean
.PHONY: all clean