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

updated makefile

parent 1066805e
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,10 @@ PDF=$(MD:%.md=%.pdf)
all: $(HTML) $(PDF)
%.pdf: %.md metadata.yaml
pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $<
pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^
%.html: %.md metadata.yaml
pandoc -s $(OPTIONS) $(REVEALOPTIONS) -o $@ $<
pandoc -s $(OPTIONS) $(REVEALOPTIONS) -o $@ $^
deploy: all
mkdir -p prog_seq_c_cours
......
......@@ -3,5 +3,5 @@ subtitle: "Programmation séquentielle en C, 2020-2021"
author: "Orestis Malaspinas (A401), ISC, HEPIA"
institute: Inspirés des slides de F. Glück
lang: fr-CH
...
---
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