Silence long make command
This commit is contained in:
parent
13dcf34826
commit
953f3c8735
3
Makefile
3
Makefile
@ -13,7 +13,8 @@ $(BUILDDIR)/.sync:
|
|||||||
pipenv sync
|
pipenv sync
|
||||||
|
|
||||||
%.pdf: %.tex FORCE
|
%.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:
|
update:
|
||||||
pipenv lock
|
pipenv lock
|
||||||
|
Reference in New Issue
Block a user