Added LaTex resume
This commit is contained in:
11
cv/Makefile
Normal file
11
cv/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
.PHONY: clean
|
||||
|
||||
CC = xelatex
|
||||
RESUME_DIR = resume
|
||||
RESUME_SRCS = $(shell find $(RESUME_DIR) -name '*.tex')
|
||||
|
||||
all: resume.tex $(RESUME_SRCS)
|
||||
$(CC) -output-directory=./ $<
|
||||
|
||||
clean:
|
||||
rm -rf *.pdf
|
Reference in New Issue
Block a user