diff --git a/Makefile b/Makefile index 1f67601..4c71503 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,13 @@ -.PHONY: outputdir en fi pdf -.DEFAULT_GOAL := all +.PHONY: en fi -en: outputdir +all: en fi + +en: xelatex marko_korhonen_cv_en biber marko_korhonen_cv_en xelatex marko_korhonen_cv_en -fi: outputdir +fi: xelatex marko_korhonen_cv_fi biber marko_korhonen_cv_fi xelatex marko_korhonen_cv_fi - -all: en fi