summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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.