summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-05-06 21:01:11 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-05-06 21:01:11 +0200
commit10081d84129546d01dbb4c65d57b5382966b186a (patch)
tree8565981e74f17affb092b2b2787d59c5b6191eeb
parentNo TODO (diff)
downloadwireguard-tamarin-10081d84129546d01dbb4c65d57b5382966b186a.tar.xz
wireguard-tamarin-10081d84129546d01dbb4c65d57b5382966b186a.zip
Makefile should be functional on linux
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 231faf0..dc131c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# If you set these variables in your environment, the makefile will use those instead
# On linux, you can use xopen (or just any command to launch a browser)
-TAMARIN_BROWSER ?= open
+TAMARIN_BROWSER ?= $(shell which xdg-open || which open)
# The local tamarin path
TAMARIN_BIN ?= tamarin-prover
# All additional arguments to tamarin