Clean up Makefile
This commit is contained in:
parent
2d053df024
commit
41e1ed4bee
1 changed files with 5 additions and 6 deletions
11
Makefile
11
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue