diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-05-30 11:24:58 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-05-30 11:25:45 -0700 |
commit | c83aac0518f171630e1e5c75bd1e39de48dbfed5 (patch) | |
tree | cd038ee8eb5879c663e414dc11b635b37e554cbf /Makefile | |
parent | 59774f7e93e207c49364c8cb0908038606f5dd8c (diff) | |
download | qtlocation-mapboxgl-c83aac0518f171630e1e5c75bd1e39de48dbfed5.tar.gz |
[build] remove obsolete clean targets + add fuller distclean ops
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -95,11 +95,10 @@ lproj: config.gypi linux/llmr-app.gyp clear_xcode_cache node clean: clear_xcode_cache -find ./deps/gyp -name "*.pyc" -exec rm {} \; -rm -rf ./build/ - -rm -f ./include/llmr/shader/shaders.hpp - -rm -f ./include/llmr/style/resources.hpp - -rm -f ./src/style/resources.cpp distclean: clean - -rm -rf ./build + -rm -rf ./config.mk + -rm -rf ./config.gypi + -rm -rf ./mapnik-packaging/osx/out/ .PHONY: llmr test linux |