Silence long make command

This commit is contained in:
Jip J. Dekker 2021-06-03 20:07:48 +10:00
parent 13dcf34826
commit 953f3c8735
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -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