diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-06-01 18:06:26 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-06-06 13:50:55 +0200 |
commit | 0fe60d398e563fe01a3aabab1f39b733883c4e71 (patch) | |
tree | 4ef7c3de32883544404cb70df9d866f4c73b1ffe /Makefile | |
parent | d3fe7984930fe7636d9dc36c8aa4c7ec3e891e49 (diff) | |
download | qtlocation-mapboxgl-0fe60d398e563fe01a3aabab1f39b733883c4e71.tar.gz |
[build] add benchmark target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ############################################################## |