Skip to content
Snippets Groups Projects
Commit ceddead7 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

modif makefile

parent ba45d611
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,7 +2,7 @@ FILTERS = --filter=pandoc-numbering --filter=pandoc-crossref
TEMPLATE = --template=./default.latex
PDFENGINE = --pdf-engine pdflatex
all: fourier.pdf fourier_serie1.pdf probas.pdf
all: fourier.pdf fourier_serie1.pdf probas.pdf etude_fct.pdf
fourier.pdf: fourier.md
pandoc -s -o $@ $< $(FILTERS) $(TEMPLATE) $(PDFENGINE)
......@@ -13,6 +13,9 @@ fourier_serie1.pdf: fourier_serie1.md
probas.pdf: probas.md
pandoc -s -o $@ $< $(FILTERS) $(TEMPLATE) $(PDFENGINE)
etude_fct.pdf: etude_fct.md
pandoc -s -o $@ $< $(FILTERS) $(TEMPLATE) $(PDFENGINE)
# matrix_inverse.pdf: matrix_inverse.md
# pandoc -s -o $@ $< $(FILTERS) $(TEMPLATE) $(PDFENGINE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment