6 lines
89 B
Makefile
6 lines
89 B
Makefile
|
|
DOCKER ?= $(shell which docker)
|
|
|
|
default:
|
|
$(DOCKER) build -t $(shell whoami)/pandoc .
|
|
|