diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-04-27 18:00:43 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-04-27 18:45:56 +0300 |
commit | 839ad87f37a4880804fb4c79157d998ac59954b5 (patch) | |
tree | 122f6cc12b66c11cfff14a5aec7e8b6088e95abf /Makefile | |
parent | 52cddfc08addf17e23f9cf74787a6ead40797c1d (diff) | |
download | qtlocation-mapboxgl-839ad87f37a4880804fb4c79157d998ac59954b5.tar.gz |
[build] Added linux-core
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -302,6 +302,10 @@ $(LINUX_BUILD): $(BUILD_DEPS) .PHONY: linux linux: glfw-app render offline +.PHONY: linux-core +linux-core: $(LINUX_BUILD) + $(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(LINUX_OUTPUT_PATH) mbgl-core + .PHONY: test test: $(LINUX_BUILD) $(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(LINUX_OUTPUT_PATH) mbgl-test |