Skip to content

Commit 05858ef

Browse files
committed
Include name in CV file
1 parent a918f46 commit 05858ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif
1414

1515
pdf: $(CV_TEX)
1616
pdflatex -output-directory $(SRC) $(CV_TEX)
17-
mv $(SRC)/cv.pdf .
17+
mv $(SRC)/cv.pdf chris-buckley-cv.pdf
1818

1919
md: $(CV_TEX)
2020
cp $(SRC)/cv.md $(CV_MD)

0 commit comments

Comments
 (0)