diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-10-30 16:39:50 -0400 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-10-30 16:39:50 -0400 |
commit | ae3ef1214242da28900bdd6727c6d2d19220f50f (patch) | |
tree | 0a3f71717247a46653839dec782b775aefd347f3 /Makefile | |
parent | 24a57c17e718c7f11091fe69340eccdaff03c377 (diff) | |
download | qtlocation-mapboxgl-ae3ef1214242da28900bdd6727c6d2d19220f50f.tar.gz |
Revert "remove distclean (now that we've ported to mason and re-installs are fast)"
This reverts commit f8f38b100322aaf814d6a60a6d69776b446c1230.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -130,5 +130,8 @@ lproj: build/linux/mapboxgl-app.xcodeproj clean: clear_xcode_cache -find ./deps/gyp -name "*.pyc" -exec rm {} \; -rm -rf ./build/ + -rm -rf ./macosx/build/ -rm -rf ./config.gypi ./config-ios.gypi + +distclean: clean -rm -rf ./mason_packages |