Clean up Makefile

This commit is contained in:
Marko Korhonen 2024-05-10 20:38:06 +03:00
parent 2d053df024
commit 41e1ed4bee
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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