diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-18 10:42:41 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-18 10:42:41 -0700 |
commit | fe894ef95ef6d31d204bca188738835461dc1c4a (patch) | |
tree | e90fdc000fa324473c887a616b338ed5e5aec59b | |
parent | 7d80690f91bc2c09de03a8bd69bb58e88347c6f5 (diff) | |
download | qtlocation-mapboxgl-fe894ef95ef6d31d204bca188738835461dc1c4a.tar.gz |
[build] `make clean` can now remove build directory wholesale
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |