Makefile crea cartella dist

This commit is contained in:
giuliof 2021-02-16 17:48:24 +01:00
parent 06912b99fa
commit 5551c6485b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ help:
@echo "Type make dist/yourfile.pdf"
dist/%.pdf: %.tex $(RASTF) $(TEX) $(PDF) makefile
@mkdir -p build
@mkdir -p build dist
@if [ -t 1 ]; then echo -e "\033[1;33m[Mashup ]\033[0m main.tex"; else echo "Mashup"; fi
@pdflatex -output-directory build -synctex=1 -interaction=nonstopmode $< > /dev/null
@pdflatex -output-directory build -synctex=1 -interaction=nonstopmode $< > /dev/null