summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-29 18:13:25 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-29 18:13:25 -0400
commitd8a93dbb9542ca6f05372221ee69c086b7750a4c (patch)
tree464b6d6df7c75049b8cdea3156d486b6dc46793a /Makefile
parent4cfb4b130fce9912d636ba832544bf73b38b7484 (diff)
downloadqtlocation-mapboxgl-d8a93dbb9542ca6f05372221ee69c086b7750a4c.tar.gz
use stable cross-generator direction for referencing standalone lib + other minor fixups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed75627f4d..c4d42bfd46 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,7 @@ lproj: config.gypi linux/mapboxgl-app.gyp clear_xcode_cache
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