diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-06-01 22:28:12 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-06-01 22:28:36 +0200 |
commit | 6bbac8559f385043f59af25dd6517a5ae080498d (patch) | |
tree | 5ebe5e33c787aec3a91a86671d5385172b3e5fa4 /Makefile | |
parent | 552246f4b037650b0cc57e42444ccea2b5356fd8 (diff) | |
download | qtlocation-mapboxgl-6bbac8559f385043f59af25dd6517a5ae080498d.tar.gz |
run executable with correct working dir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |