summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-06-01 22:28:12 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-06-01 22:28:36 +0200
commit6bbac8559f385043f59af25dd6517a5ae080498d (patch)
tree5ebe5e33c787aec3a91a86671d5385172b3e5fa4 /Makefile
parent552246f4b037650b0cc57e42444ccea2b5356fd8 (diff)
downloadqtlocation-mapboxgl-6bbac8559f385043f59af25dd6517a5ae080498d.tar.gz
run executable with correct working dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26d3d67fdf..b6e034da85 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ linux: config.gypi linux/llmr-app.gyp node
# Executes the Linux binary
run-linux: linux
- build/$(BUILDTYPE)/mapbox-gl
+ (cd build/$(BUILDTYPE) && ./mapbox-gl)