From 94c6994a82e0cafc3538209cbbfa4f7a6c2511f6 Mon Sep 17 00:00:00 2001 From: iain holmes Date: Fri, 3 Jul 2015 16:18:37 +0100 Subject: [Build System] Clean the external dir on make clean --- main/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'main/Makefile.am') 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 -- cgit v1.2.3