gulum/argumentaire_faecum/Makefile

14 lines
266 B
Makefile
Raw Normal View History

.PHONY: all
all: argumentaire_faecum.pdf
%.pdf: %.tex
pdflatex argumentaire_faecum.tex && \
bibtex argumentaire_faecum && \
pdflatex argumentaire_faecum.tex && \
pdflatex argumentaire_faecum.tex
.PHONY: clean
clean:
-rm -f *.{aux,log,pdf,dvi,ps,bbl,blg,thm}