From 839ad87f37a4880804fb4c79157d998ac59954b5 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Thu, 27 Apr 2017 18:00:43 +0300 Subject: [build] Added linux-core --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1