We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23bf8e9 + f3fdf03 commit e97a303Copy full SHA for e97a303
Makefile
@@ -1,4 +1,5 @@
1
2
+SHELL ?= $(shell command -v bash 2>/dev/null)
3
DOCKER ?= $(shell command -v docker 2>/dev/null)
4
PANDOC ?= $(shell command -v pandoc 2>/dev/null)
5
ifeq "$(strip $(PANDOC))" ''
0 commit comments