summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-20 10:06:41 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-20 10:21:37 -0700
commit99e2504f8de4a2da980c263c28f9f526abc297d9 (patch)
treeff4b2a7d10b403b1e704c585ad6c3d73a7bb0d78 /Makefile
parentf60e8949b8b9dd459ed73c59ea59296145f2b8db (diff)
downloadqtlocation-mapboxgl-99e2504f8de4a2da980c263c28f9f526abc297d9.tar.gz
[build] Move `rm -rf node_modules` to `make distclean`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 32abe297fb..eff5e4206b 100644
--- a/Makefile
+++ b/Makefile
@@ -270,8 +270,8 @@ clean:
./platform/android/MapboxGLAndroidSDKTestApp/build \
./platform/android/MapboxGLAndroidSDK/src/main/jniLibs \
./platform/android/MapboxGLAndroidSDKTestApp/src/main/jniLibs \
- ./platform/android/MapboxGLAndroidSDK/src/main/assets \
- ./node_modules
+ ./platform/android/MapboxGLAndroidSDK/src/main/assets
distclean: clean
-rm -rf ./mason_packages
+ -rm -rf ./node_modules