CV/Makefile

10 lines
91 B
Makefile

all: cv.pdf
.tex.pdf:
latexmk --xelatex $<
clean:
latexmk -c
.SUFFIXES: .sh .tex .pdf