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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain holmes <iain@xamarin.com>2015-10-22 15:27:10 +0300
committeriain holmes <iain@xamarin.com>2015-10-30 15:37:40 +0300
commitbaf802038a7f64565ae7de3606c625f561373e4c (patch)
tree7ee4cac871e1dd06420c3e7a73e6e839bdc914c1 /main/Makefile.am
parentf0c13d345770eedbb3abf9add0d7b43438e29de4 (diff)
[Build] Correctly clean the monostub files on make clean
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 316d4340de..98646568c9 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -19,6 +19,7 @@ clean: clean-local
clean-local: sln_clean
cd external && $(MAKE) clean
+ cd build && $(MAKE) clean
restore-packages:
nuget restore