summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-27 19:54:02 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-27 19:54:02 -0700
commit4288fea8b7da9ae9cc0852645ad4c0e9e017f767 (patch)
treed19c7cd48ec035c2ac25b4084b9c81a89423e17b /Makefile
parent03a7a7e64aa838a67e43def170b2498689a97545 (diff)
downloadqtlocation-mapboxgl-4288fea8b7da9ae9cc0852645ad4c0e9e017f767.tar.gz
make clean: remove entire build directory - refs #211
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f58079c13d..f1baf3e40b 100644
--- a/Makefile
+++ b/Makefile
@@ -94,11 +94,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/Release
- -rm -rf ./build/Debug
- -rm -f include/llmr/shader/shaders.hpp
- -rm -f include/llmr/style/resources.hpp
- -rm -f src/style/resources.cpp
+ -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