From 0fe60d398e563fe01a3aabab1f39b733883c4e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 1 Jun 2016 18:06:26 +0200 Subject: [build] add benchmark target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 ############################################################## -- cgit v1.2.1