Added LaTex resume

This commit is contained in:
2018-08-16 17:15:25 +02:00
committed by Dennis Potter
parent d060d4c218
commit 66dc6a3178
22 changed files with 1849 additions and 0 deletions

11
cv/Makefile Normal file
View 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