summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-30 11:24:58 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-30 11:25:45 -0700
commitc83aac0518f171630e1e5c75bd1e39de48dbfed5 (patch)
treecd038ee8eb5879c663e414dc11b635b37e554cbf /Makefile
parent59774f7e93e207c49364c8cb0908038606f5dd8c (diff)
downloadqtlocation-mapboxgl-c83aac0518f171630e1e5c75bd1e39de48dbfed5.tar.gz
[build] remove obsolete clean targets + add fuller distclean ops
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5865996bc2..9ab74439b6 100644
--- a/Makefile
+++ b/Makefile
@@ -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