summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-16 10:18:08 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-04-16 10:18:08 -0400
commitcdf2228e0d3cd7818eb7c5b217a682555f80942b (patch)
tree16962b3d765463ac6954d0f271fd0b9a4848aeeb /Makefile
parent05f8039981d6e10c6278da7b8812772217fdbc19 (diff)
downloadqtlocation-mapboxgl-cdf2228e0d3cd7818eb7c5b217a682555f80942b.tar.gz
report more warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7faf0c739d..eb75256992 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ llmr: config.gypi llmr.gyp
##### Test cases ###############################################################
-build/test/Makefile: config.gypi test/test.gyp
+build/test/Makefile: src common config.gypi test/test.gyp
deps/run_gyp test/test.gyp --depth=. -Goutput_dir=.. --generator-output=./build/test -f make
test: build/test/Makefile
@@ -72,4 +72,4 @@ clean:
distclean: clean
-rm -rf ./build
-.PHONY: llmr test linux build/test/Makefile
+.PHONY: llmr test linux