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