summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 \