From 037bf3cc12bf3ad246202388a6c5932920dc362a Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Tue, 22 Jun 2021 13:50:35 +1000 Subject: [PATCH] Fix sync target when latex.out does not yet exist --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index efbbd4f..2cd857d 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ all: $(TARGETS) latex.out/.sync: pipenv sync + mkdir -p latex.out touch latex.out/.sync %.pdf: %.tex latex.out/.sync FORCE