stud/MTM/task4-straipsnis/Makefile
2019-10-26 19:52:25 +03:00

9 lines
185 B
Makefile

toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
all: README.html
README.html: README.md
$(toolshed) pandoc \
-T "$(shell head -1 $<)" \
--self-contained $< -o $@