Add Makefile

This commit is contained in:
nemunaire 2018-02-02 17:14:42 +01:00
parent d2fb00b987
commit 0b7572c2b9
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
all: cv.pdf
.tex.pdf:
latexmk --xelatex $<
clean:
latexmk -c
.SUFFIXES: .sh .tex .pdf