summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-30 16:39:50 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-30 16:39:50 -0400
commitae3ef1214242da28900bdd6727c6d2d19220f50f (patch)
tree0a3f71717247a46653839dec782b775aefd347f3 /Makefile
parent24a57c17e718c7f11091fe69340eccdaff03c377 (diff)
downloadqtlocation-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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3216cc4223..73e4c87999 100644
--- a/Makefile
+++ b/Makefile
@@ -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