Skip to content

Commit

Permalink
Use tabs in Makefile (4 spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jul 2, 2022
1 parent 537784f commit 8455494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ all: ROBERTO-PASTOR.pdf
# missing file reference and interactively asking you for an alternative.

ROBERTO-PASTOR.pdf: src/cv/ROBERTO-PASTOR.tex
latexmk -pdf -pdflatex="pdflatex -interaction=nonstopmode" -use-make src/cv/ROBERTO-PASTOR.tex -outdir=src/cv/out
latexmk -pdf -pdflatex="pdflatex -interaction=nonstopmode" -use-make src/cv/ROBERTO-PASTOR.tex -outdir=src/cv/out

clean:
latexmk -CA -outdir=src/cv/out
latexmk -CA -outdir=src/cv/out

0 comments on commit 8455494

Please sign in to comment.