mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 14:18:00 +08:00
[makefile] silence clean target and add missing Makefile
This commit is contained in:
committed by
Felix Ruess
parent
446231949b
commit
737d7d3c8b
+4
-1
@@ -1,8 +1,11 @@
|
||||
|
||||
# Quiet compilation
|
||||
Q=@
|
||||
|
||||
|
||||
|
||||
slides : slides.tex $(PDF) $(ANIMS)
|
||||
pdflatex slides
|
||||
|
||||
clean:
|
||||
rm -f *~ *.log *.nav *.out *.snm *.toc *.aux slides.pdf
|
||||
$(Q)rm -f *~ *.log *.nav *.out *.snm *.toc *.aux slides.pdf
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
# Quiet compilation
|
||||
Q=@
|
||||
|
||||
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 {} \;
|
||||
$(Q)rm -f *~ *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.ps
|
||||
$(Q)find . -name '*~' -exec rm -f {} \;
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
# Quiet compilation
|
||||
Q=@
|
||||
|
||||
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 {} \;
|
||||
$(Q)rm -f *~ *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.ps
|
||||
$(Q)find . -name '*~' -exec rm -f {} \;
|
||||
|
||||
Reference in New Issue
Block a user