paxos/latex/src/Makefile
2020-05-06 20:17:42 +02:00

15 lines
209 B
Makefile

FLAGS=-pdf -shell-escape
.PHONY: all clean
all: view
pdf:
latexmk ${FLAGS} main.tex
view: pdf
evince main.pdf
clean:
rm -rf *.aux *.log *.nav *.toc *.snm *.pdf *.out *.pyg _minted* *.fls *.fdb_latexmk