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