From c7fc0dc731426c48cce7e0dbf4448d4d61441f45 Mon Sep 17 00:00:00 2001 From: William Moore Date: Sat, 15 Jun 2024 05:31:06 -0500 Subject: [PATCH] Update for multiple runs for TOC --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 048746e..eaf4812 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,6 @@ all: - cp src/*.png build/ - xelatex --output-format=pdf --output-directory=build/ --directory=src/ ./src/IncompleatGamester.tex + - xelatex --output-format=pdf --output-directory=build/ --directory=src/ ./src/IncompleatGamester.tex clean: - rm -rf build