summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-18 10:42:41 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-18 10:42:41 -0700
commitfe894ef95ef6d31d204bca188738835461dc1c4a (patch)
treee90fdc000fa324473c887a616b338ed5e5aec59b /Makefile
parent7d80690f91bc2c09de03a8bd69bb58e88347c6f5 (diff)
downloadqtlocation-mapboxgl-fe894ef95ef6d31d204bca188738835461dc1c4a.tar.gz
[build] `make clean` can now remove build directory wholesale
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 38553abf8f..8e83120cae 100644
--- a/Makefile
+++ b/Makefile
@@ -193,8 +193,8 @@ tidy:
clean:
-find ./deps/gyp -name "*.pyc" -exec rm {} \;
- -find ./build -type f -not -path '*/*.xcodeproj/*' -exec rm {} \;
- -rm -rf ./platform/android/MapboxGLAndroidSDK/build \
+ -rm -rf ./build \
+ ./platform/android/MapboxGLAndroidSDK/build \
./platform/android/MapboxGLAndroidSDKTestApp/build \
./platform/android/MapboxGLAndroidSDK/src/main/jniLibs \
./platform/android/MapboxGLAndroidSDKTestApp/src/main/jniLibs \