summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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