4 lines
113 B
Makefile
4 lines
113 B
Makefile
|
|
|
|
sujet.pdf: sujet.md biblio-js.bib
|
|
pandoc --number-sections --bibliography=biblio-js.bib -o sujet.pdf sujet.md
|