Some checks failed
continuous-integration/drone/tag Build is failing
reference #1
9 lines
180 B
Makefile
9 lines
180 B
Makefile
cv.pdf: cv.yaml build
|
|
pandoc cv.yaml --template pancv -o build/cv.pdf
|
|
|
|
epass.pdf: cv.yaml out
|
|
pandoc cv.yaml --template pancv -V europass -o build/epass.pdf
|
|
|
|
build:
|
|
mkdir build
|