TEX = abstract.tex intro.tex background.tex security.tex components.tex conc.tex all: paper lint: ./bin/tallint $(TEX) spell: for i in $(TEX); do aspell check $${i}; done paper: clean paper.tex pdflatex paper && bibtex -min-crossrefs 1000 paper && pdflatex paper && pdflatex paper clean: rm -f *.dvi *.aux *.log *.bbl *.blg paper.pdf istream-abstract.pdf