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-07-03 18:18:37 +0300
committeriain holmes <iain@xamarin.com>2015-10-30 15:18:21 +0300
commit94c6994a82e0cafc3538209cbbfa4f7a6c2511f6 (patch)
tree514f53f9c93f37ea2e8548de2fef52b987e97086 /main/Makefile.am
parent5e5d5f6ef127c9300bd5cf41f7dd586389e83d33 (diff)
[Build System] Clean the external dir 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 b1460ef5d5..7a165c5dcc 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -18,6 +18,7 @@ all-local: vcrevision restore-packages sln_build
clean: clean-local
clean-local: sln_clean
+ cd external && $(MAKE) clean
restore-packages:
nuget restore