stud

study spacejunk
Log | Files | Refs | LICENSE

Makefile (171B) - Raw


      1 ifdef IN_DOCKER
      2 toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
      3 endif
      4 
      5 all: report1.pdf report2.pdf
      6 
      7 report%.pdf: report%.tex
      8 	$(toolshed) latexmk -pdf $<