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
|
||||
|
||||
%.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
|
||||
|
Reference in New Issue
Block a user