stud/MTM/task4-straipsnis/Makefile

9 lines
185 B
Makefile
Raw Normal View History

2019-10-26 18:52:33 +03:00
toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
2019-10-26 19:52:25 +03:00
all: README.html
2019-10-26 18:52:33 +03:00
2019-10-26 19:52:25 +03:00
README.html: README.md
2019-10-26 18:52:33 +03:00
$(toolshed) pandoc \
-T "$(shell head -1 $<)" \
--self-contained $< -o $@