container-images/pandoc/Makefile
Vincent Batts 3b1532a996 pandoc: builder for vbatts/pandoc
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-12-09 12:36:22 -05:00

6 lines
89 B
Makefile

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