From 922b34e912a61fbf98bd21ebcf68f4ccfd674464 Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Fri, 26 Aug 2022 11:18:21 +0200 Subject: [PATCH] Fix Makefile, again --- bingo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bingo/Makefile b/bingo/Makefile index 0694139..9da631c 100644 --- a/bingo/Makefile +++ b/bingo/Makefile @@ -1,5 +1,5 @@ all: - -rm build/*.pdf -rm build/*.tex python generate_bingo.py + -rm build/*.pdf (cd build; latexmk -pdf > /dev/null; pdfjam --nup 1x2 --outfile output.pdf *.pdf)