fixing error

This commit is contained in:
2025-12-15 20:47:07 +01:00
parent 8c77d8de17
commit 53ccbc8289
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ pdf: $(BUILDDIR)
@echo "Concatenating source code..."
@bash paper/concat_code.sh
@cd $(SRCDIR) && \
$(LATEXMK) -pdf -jobname=$(JOBNAME) -f \
$(LATEXMK) -pdf -jobname=$(JOBNAME) \
-interaction=nonstopmode -file-line-error \
-r ../.latexmkrc \
-outdir=../$(BUILDDIR) $(TEX)