container-images/pandoc/Makefile

7 lines
89 B
Makefile
Raw Normal View History

DOCKER ?= $(shell which docker)
default:
$(DOCKER) build -t $(shell whoami)/pandoc .