mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-11 00:56:13 +08:00
refactor(Makefile): Rename target from examples to all for clarity
This commit is contained in:
parent
08cd29bf44
commit
de096e6aff
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: examples
|
||||
.PHONY: all
|
||||
|
||||
CC = latexmk -xelatex
|
||||
SRC_DIR = src
|
||||
|
|
@ -7,7 +7,7 @@ CV_DIR = src/cv
|
|||
RESUME_SRCS = $(shell find $(RESUME_DIR) -name '*.tex')
|
||||
CV_SRCS = $(shell find $(CV_DIR) -name '*.tex')
|
||||
|
||||
examples: $(foreach x, coverletter cv resume, $x.pdf)
|
||||
all: $(foreach x, coverletter cv resume, $x.pdf)
|
||||
|
||||
resume.pdf: $(SRC_DIR)/resume.tex $(RESUME_SRCS)
|
||||
$(CC) -output-directory=$(SRC_DIR) $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue