summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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