diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-12 23:55:45 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-13 23:32:06 +0300 |
commit | bfd1d9d1bf79e38fd7478513556e29142546abc7 (patch) | |
tree | c5ef80c2555ec75b7e5c00a4693d8cb7b1aa31f5 /Makefile | |
parent | 31b8461d3417235cd953e7c0ed27e380b9a6569d (diff) | |
download | qtlocation-mapboxgl-bfd1d9d1bf79e38fd7478513556e29142546abc7.tar.gz |
[build] compdb depends on node_modules
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -289,7 +289,7 @@ check: test scripts/collect-coverage.sh $(LINUX_OUTPUT_PATH)/$(BUILDTYPE) # Generates a compilation database with ninja for use in clang tooling -compdb: compdb-$(HOST_PLATFORM) +compdb: node_modules compdb-$(HOST_PLATFORM) compdb-linux: platform/linux/platform.gyp $(LINUX_OUTPUT_PATH)/config.gypi $(GYP) -f ninja -I $(LINUX_OUTPUT_PATH)/config.gypi \ |