From 41e1ed4beebba5ac4d67f046b8d76d677f541e0f Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 10 May 2024 20:38:06 +0300 Subject: [PATCH] Clean up Makefile --- Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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