summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-02-11 13:56:50 -0800
committerBrad Leege <bleege@gmail.com>2015-02-11 13:56:50 -0800
commit267499e8ca9c2aa87afa3fe98b7d1fe92115fb2b (patch)
tree711002d27bcaa996bd4f5bfb9851f5fab60e4fd1 /Makefile
parentba058b3affe9d2e7f4a2581bea27f02541a06a3e (diff)
downloadqtlocation-mapboxgl-267499e8ca9c2aa87afa3fe98b7d1fe92115fb2b.tar.gz
#826 - Updating make clean command to use new MapboxGLAndroidSDK and MapboxGLAndroidSDKTestApp module / directory names
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4b4a8ca33c..a409f4bd7f 100644
--- a/Makefile
+++ b/Makefile
@@ -210,8 +210,8 @@ 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/app/build ./android/java/lib/build
- -rm -rf ./android/java/lib/src/main/jniLibs ./android/java/lib/src/main/assets
+ -rm -rf ./android/java/build ./android/java/MapboxGLAndroidSDKTestApp/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
distclean: clean