stud

study spacejunk
Log | Files | Refs | LICENSE

Makefile (140B) - Raw


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