summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-05-21 10:42:38 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-05-21 10:42:38 +0200
commita810dbc414c553285a1367be56915403ad48678a (patch)
tree7e0dd563afd16bd4624f93b676ec019a381673a4 /Makefile
parent6101a572c5566f4eed63e6947397741657177721 (diff)
downloadqtlocation-mapboxgl-a810dbc414c553285a1367be56915403ad48678a.tar.gz
use $BUILDTYPE variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bca200cd8b..b864ca4d86 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ linux: config.gypi linux/llmr-app.gyp node
# Executes the Linux binary
run-linux: linux
- build/Release/llmr
+ build/$(BUILDTYPE)/llmr
@@ -59,7 +59,7 @@ osx: config.gypi macosx/llmr-app.gyp node
# Executes the OS X binary
run-osx: osx
- build/Release/llmr.app/Contents/MacOS/llmr
+ build/$(BUILDTYPE)/llmr.app/Contents/MacOS/llmr
##### Xcode projects ###########################################################