fix: compilation

This commit is contained in:
2025-12-12 21:23:46 +01:00
parent bf045059f8
commit b0a637b294
4 changed files with 5 additions and 5 deletions

View File

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