mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
# Quiet compilation
|
|
Q=@
|
|
|
|
doc_pprz_algebra.pdf: headfile.tex
|
|
pdflatex $<
|
|
bib:
|
|
bibtex headfile
|
|
|
|
clean:
|
|
$(Q)rm -f *~ *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.ps
|
|
$(Q)find . -name '*~' -exec rm -f {} \;
|