cv/Makefile

14 lines
203 B
Makefile
Raw Normal View History

.PHONY: all
all: cv_en.pdf
cv_en.pdf: build/cv_en.pdf
cp build/cv_en.pdf .
.PHONY: build/cv_en.pdf
build/cv_en.pdf:
@latexmk # Let the tool do its job
2020-07-09 17:16:49 +02:00
.PHONY: clean
clean:
$(RM) -r build cv_en.pdf