From 953f3c8735b38d4d8365cf44442491649545b5d4 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Thu, 3 Jun 2021 20:07:48 +1000 Subject: [PATCH] Silence long make command --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bcb0b0..f79fc0b 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ $(BUILDDIR)/.sync: pipenv sync %.pdf: %.tex FORCE - pipenv run ./vendor/latexrun --latex-cmd=$(LATEX) --latex-args="-shell-escape --8bit" --bibtex-cmd=$(BIBTEX) --makeglossaries-cmd="makeglossaries" -O $(BUILDDIR) $< + $(info compiling $@) + @pipenv run ./vendor/latexrun --latex-cmd=$(LATEX) --latex-args="-shell-escape --8bit" --bibtex-cmd=$(BIBTEX) --makeglossaries-cmd="makeglossaries" -O $(BUILDDIR) $< update: pipenv lock