diff options
Diffstat (limited to 'techwsw/makefile')
-rw-r--r-- | techwsw/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techwsw/makefile b/techwsw/makefile index 240e907..eafadcf 100644 --- a/techwsw/makefile +++ b/techwsw/makefile @@ -3,7 +3,7 @@ BUILD_DIR := build DOCUMENT := essence_of_hwsw.tex # tex settings -TEX := xelatex \ +TEX := texfot xelatex \ -interaction=nonstopmode \ -halt-on-error \ -output-directory=$(BUILD_DIR) |