summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-06-01 18:06:26 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-06-06 13:50:55 +0200
commit0fe60d398e563fe01a3aabab1f39b733883c4e71 (patch)
tree4ef7c3de32883544404cb70df9d866f4c73b1ffe /Makefile
parentd3fe7984930fe7636d9dc36c8aa4c7ec3e891e49 (diff)
downloadqtlocation-mapboxgl-0fe60d398e563fe01a3aabab1f39b733883c4e71.tar.gz
[build] add benchmark target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e23b47af8..ad1ebba793 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ CONFIG_DEPENDENCIES = .mason/mason configure
# Depend on gyp includes plus directories, so that projects are regenerated when
# files are added or removed.
-GYP_DEPENDENCIES = mbgl.gypi test/test.gypi bin/*.gypi $(shell find src include -type d) node_modules
+GYP_DEPENDENCIES = mbgl.gypi test/test.gypi benchmark/benchmark.gypi bin/*.gypi $(shell find src include -type d) node_modules
#### OS X targets ##############################################################