summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnsis Brammanis <ansis.brammanis@gmail.com>2014-02-17 06:13:18 -0500
committerAnsis Brammanis <ansis.brammanis@gmail.com>2014-02-17 10:27:31 -0500
commit9d89bc090989f972ee5487c58df859d5ab4c348d (patch)
tree2db80e4e313a21f75b16d2655710cf1dfbc9c37e /Makefile
parentd1910f0e040e97b36f0f8b12035a63f628279595 (diff)
downloadqtlocation-mapboxgl-9d89bc090989f972ee5487c58df859d5ab4c348d.tar.gz
first attempt at linux wrapper
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d16f0c941..70ce2a4d40 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,11 @@ app: config.gypi src macosx/llmr-app.gyp
make -C build/macosx-make V=$(V)
open build/macosx-make/out/Release/llmr.app
+linux: config.gypi src linux/llmr-app.gyp
+ deps/run_gyp linux/llmr-app.gyp -Goutput_dir=./out/ --depth=. --generator-output=./build/linux-make -f make
+ make -C build/linux-make V=$(V)
+ ./build/linux-make/out/Release/llmr.app
+
# build just xcode project for libllmr
xcode: config.gypi llmr.gyp
deps/run_gyp llmr.gyp -Goutput_dir=./out/ --depth=. --generator-output=./ -f xcode