summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBastien Mayard <bmayard@MacBook-Pro-de-Bastien.local>2015-08-25 11:01:52 +0200
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-09-16 14:00:00 -0700
commit765bae4c5cb0c55517bf0b5edd79066b41316bb0 (patch)
tree6cd1cca58c2588f15a4e4b5c6c268bae420185b4 /Makefile
parent039c9ae9577446b92f5a40ae1fc02b7cbceb3188 (diff)
downloadqtlocation-mapboxgl-765bae4c5cb0c55517bf0b5edd79066b41316bb0.tar.gz
fix Makefile clean to clean ./android/java/MapboxGLAndroidSDK/build too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c69e426dde..1a75c9759d 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ clean: clear_sqlite_cache clear_xcode_cache
-rm -rf ./ios/build
-rm -rf ./test/build
-rm -rf ./config/*.gypi
- -rm -rf ./android/java/build ./android/java/MapboxGLAndroidSDKTestApp/build ./android/java/MapboxGLAndroidSDKTestApp/build
+ -rm -rf ./android/java/build ./android/java/MapboxGLAndroidSDK/build ./android/java/MapboxGLAndroidSDKTestApp/build
-rm -rf ./android/java/MapboxGLAndroidSDK/src/main/jniLibs ./android/java/MapboxGLAndroidSDK/src/main/assets
-rm -f ./android/test/features.zip