summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-19 16:46:47 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-02-19 17:13:50 -0800
commitf7f89cb44a2ed17be957bda70da7a8fc71634fc3 (patch)
tree9f47a2ddb408821c5c26bc8e83a37565dd58660c /Makefile
parenta27c9a4680e10bd4eab5b945babf54a2ff2a1086 (diff)
downloadqtlocation-mapboxgl-f7f89cb44a2ed17be957bda70da7a8fc71634fc3.tar.gz
[build] make clean shouldn't delete Xcode projects
Fixes #2493
Diffstat (limited to 'Makefile')
-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 \