stud

study spacejunk
Log | Files | Refs | LICENSE

Makefile (154B) - Raw


      1 toolshed ?= docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
      2 
      3 task6-thesis-project.pdf: task6-thesis-project.tex bib.bib
      4 	$(toolshed) latexmk -pdf $<