diff options
Diffstat (limited to 'doc/report/makefile')
-rw-r--r-- | doc/report/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/report/makefile b/doc/report/makefile index d88b1bb..17bd2f0 100644 --- a/doc/report/makefile +++ b/doc/report/makefile @@ -2,14 +2,14 @@ BUILD_DIR := build RES_DIR := res -SOURCES := z80uPC.tex z80uPC_nostyle.tex notes.tex +SOURCES := z80uPC_nostyle.tex notes.tex DOCUMENTS := $(patsubst %.tex,$(BUILD_DIR)/%.pdf,$(SOURCES)) RES_SRC := $(wildcard $(RES_DIR)/*.svg) RES := $(patsubst %.svg,%.pdf,$(RES_SRC)) # compiler settings -TEX := texfot lualatex +TEX := texfot xelatex # recipes .PHONY: all dir clean |