From fe894ef95ef6d31d204bca188738835461dc1c4a Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 18 Apr 2016 10:42:41 -0700 Subject: [build] `make clean` can now remove build directory wholesale --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 38553abf8f..8e83120cae 100644 --- a/Makefile +++ b/Makefile @@ -193,8 +193,8 @@ tidy: clean: -find ./deps/gyp -name "*.pyc" -exec rm {} \; - -find ./build -type f -not -path '*/*.xcodeproj/*' -exec rm {} \; - -rm -rf ./platform/android/MapboxGLAndroidSDK/build \ + -rm -rf ./build \ + ./platform/android/MapboxGLAndroidSDK/build \ ./platform/android/MapboxGLAndroidSDKTestApp/build \ ./platform/android/MapboxGLAndroidSDK/src/main/jniLibs \ ./platform/android/MapboxGLAndroidSDKTestApp/src/main/jniLibs \ -- cgit v1.2.1