summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-19 16:40:40 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-02-19 17:13:50 -0800
commita27c9a4680e10bd4eab5b945babf54a2ff2a1086 (patch)
tree41ced39e85588ce141578b22234456ab2471c1b7 /Makefile
parent9d3cc6f64705cac01de37b993b6e9b55434b3abb (diff)
downloadqtlocation-mapboxgl-a27c9a4680e10bd4eab5b945babf54a2ff2a1086.tar.gz
[build] Remove obsolete directories from make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index bc09b72d47..5dc66d624f 100644
--- a/Makefile
+++ b/Makefile
@@ -157,13 +157,8 @@ clean: clear_sqlite_cache clear_xcode_cache
-find ./deps/gyp -name "*.pyc" -exec rm {} \;
-rm -rf ./build/
-rm -rf ./gyp/build/
- -rm -rf ./macosx/build
- -rm -rf ./linux/build
- -rm -rf ./ios/build
- -rm -rf ./test/build
-rm -rf ./config/*.gypi
- -rm -rf ./platform/android/build \
- ./platform/android/MapboxGLAndroidSDK/build \
+ -rm -rf ./platform/android/MapboxGLAndroidSDK/build \
./platform/android/MapboxGLAndroidSDKTestApp/build \
./platform/android/MapboxGLAndroidSDK/src/main/jniLibs \
./platform/android/MapboxGLAndroidSDK/src/main/obj.target \