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