From 27e24578f9f6101daa625516d0873c2b1e3464b8 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 5 Aug 2015 14:55:57 +0300 Subject: Bring run-linux targets back --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59bd1dfef8..61f2a4c0c3 100644 --- a/Makefile +++ b/Makefile @@ -57,8 +57,11 @@ endif #### All platforms targets ##################################################### -.PHONY: linux xlinux run-linux run-xlinux +.PHONY: linux run-linux run-valgrind-linux linux: ; $(RUN) Makefile/linuxapp +run-linux: linux ; (cd build/linux-x86_64/$(BUILDTYPE) && ./mapbox-gl) +run-valgrind-linux: linux + (cd build/linux-x86_64/$(BUILDTYPE) && valgrind --leak-check=full --suppressions=../../../scripts/valgrind.sup ./mapbox-gl) .PHONY: android android-lib # Builds a particular android architecture. -- cgit v1.2.1