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