mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Merge pull request #65 from wilhelmtell/topic/make_targets
make: fix dirty check, support concurrent build
This commit is contained in:
commit
7312b56929
1 changed files with 5 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -1,3 +1,6 @@
|
|||
.PHONY: examples
|
||||
|
||||
test:
|
||||
cd examples/ ; for f in *.tex; do xelatex $$f; done
|
||||
examples: $(foreach x,coverletter cv resume,examples/$x.pdf)
|
||||
|
||||
%.pdf: %.tex
|
||||
xelatex -output-directory=$(dir $@) $<
|
||||
|
|
Loading…
Reference in a new issue