Revision c37844229f863870284c69d0dccbcad6afabef43 authored by Felix Ruess on 10 June 2012, 14:08:43 UTC, committed by Felix Ruess on 10 June 2012, 14:08:43 UTC
1 parent f920d35
Raw File
Makefile
doc_pprz_algebra.pdf: headfile.tex
	pdflatex $<
bib:
	bibtex headfile

clean:
	rm -f *~ *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.ps
	find . -name '*~' -exec rm -f {} \;
back to top