summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-04-27 18:00:43 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-04-27 18:45:56 +0300
commit839ad87f37a4880804fb4c79157d998ac59954b5 (patch)
tree122f6cc12b66c11cfff14a5aec7e8b6088e95abf /Makefile
parent52cddfc08addf17e23f9cf74787a6ead40797c1d (diff)
downloadqtlocation-mapboxgl-839ad87f37a4880804fb4c79157d998ac59954b5.tar.gz
[build] Added linux-core
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index df5f0eadb5..e230d9bdc7 100644
--- a/Makefile
+++ b/Makefile
@@ -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