cv/Makefile

14 lines
267 B
Makefile

.PHONY: outputdir en fi pdf
.DEFAULT_GOAL := all
en: outputdir
xelatex marko_korhonen_cv_en
biber marko_korhonen_cv_en
xelatex marko_korhonen_cv_en
fi: outputdir
xelatex marko_korhonen_cv_fi
biber marko_korhonen_cv_fi
xelatex marko_korhonen_cv_fi
all: en fi