summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-08-05 14:55:57 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-08-05 14:55:57 +0300
commit27e24578f9f6101daa625516d0873c2b1e3464b8 (patch)
tree244961d06b2d58653469ced028b7b2b9df6e0306 /Makefile
parent56a4268ccaf34fbb5e45d3a63c27efea9e23178e (diff)
downloadqtlocation-mapboxgl-27e24578f9f6101daa625516d0873c2b1e3464b8.tar.gz
Bring run-linux targets back
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.