stud

study spacejunk
Log | Files | Refs | LICENSE

Makefile (185B) - Raw


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