We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a918f46 commit 05858efCopy full SHA for 05858ef
Makefile
@@ -14,7 +14,7 @@ endif
14
15
pdf: $(CV_TEX)
16
pdflatex -output-directory $(SRC) $(CV_TEX)
17
- mv $(SRC)/cv.pdf .
+ mv $(SRC)/cv.pdf chris-buckley-cv.pdf
18
19
md: $(CV_TEX)
20
cp $(SRC)/cv.md $(CV_MD)
0 commit comments