mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
9 lines
172 B
Makefile
9 lines
172 B
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 {} \;
|