From a7dd90ca98c66e236f2f77bf394b5e7556d06faa Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@hesge.ch>
Date: Tue, 10 Nov 2020 20:30:51 +0100
Subject: [PATCH] updated makefile

---
 Makefile      | 4 ++--
 metadata.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 03c903e..6a1bb31 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/metadata.yaml b/metadata.yaml
index 89073be..c13ae05 100644
--- a/metadata.yaml
+++ b/metadata.yaml
@@ -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
-...
+---
 
-- 
GitLab