diff --git a/Makefile b/Makefile index c856be8..5da1465 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX ?= / LIBEXEC_PREFIX ?= $(PREFIX)/usr/lib/bees -MARKDOWN := $(shell which markdown markdown2 markdown_py 2>/dev/null) +MARKDOWN := $(firstword $(shell which markdown markdown2 markdown_py 2>/dev/null)) MARKDOWN ?= markdown # allow local configuration to override above variables