Merge branch 'master' of ssh://repo.or.cz/srv/git/informe1syo
[informe1syo.git] / Makefile
blobf4bec22917c1316369546e653271d8d50a0885c1
1 DOC = inf
3 all: $(DOC).pdf
5 clean:
6 rm -f $(DOC).{aux,bbl,blg,dvi,lof,log,lot,out,toc}
8 distclean: clean
9 rm -f $(DOC).pdf
11 .PHONY: all clean distclean
13 %.pdf: %.tex
14 pdflatex -halt-on-error $<
15 pdflatex -halt-on-error $<