summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dc66d624f..498bb8a815 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ endif
clean: clear_sqlite_cache clear_xcode_cache
-find ./deps/gyp -name "*.pyc" -exec rm {} \;
- -rm -rf ./build/
+ -find ./build -type f -not -path '*/*.xcodeproj/*' -exec rm {} \;
-rm -rf ./gyp/build/
-rm -rf ./config/*.gypi
-rm -rf ./platform/android/MapboxGLAndroidSDK/build \