rapport-stage/Makefile

8 lines
226 B
Makefile
Raw Normal View History

2024-07-08 17:03:30 +02:00
main.pdf: main.tex refs.bib
2024-07-10 15:54:01 +02:00
pdflatex -interaction=nonstopmode -halt-on-error main.tex
2024-07-08 17:03:30 +02:00
bibtex main
2024-07-10 15:54:01 +02:00
pdflatex -interaction=nonstopmode -halt-on-error main.tex
2024-07-08 17:03:30 +02:00
clean:
2024-07-09 11:54:37 +02:00
rm *.bbl *.bcf *.blg *.log *.run.xml *.toc *.aux *.out -f