From dd7a53014293b4d44f1c5f98ef3229c187fb6946 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Tue, 20 Sep 2022 15:12:51 +0200
Subject: [PATCH] ajout biblio

---
 Makefile | 2 +-
 index.md | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5aaf327..aabee3a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: index.html
+all: index.html 
 
 index.html: index.md Makefile
 	pandoc -o $@ $< -t html5 --css css/tufte-css/tufte.css -s
diff --git a/index.md b/index.md
index fce7f17..309ac94 100644
--- a/index.md
+++ b/index.md
@@ -38,6 +38,9 @@ corrige: false
 
 Chaîne *BBB* du cours <https://bbb.hesge.ch/b/ore-xff-hkz-poh>
 
+* Débutants: [E. Barthomier, D. Schang, Le C en 20 heures](https://c.developpez.com/cours/20-heures/)
+* Moyens: [J. Gustedt, Modern C](https://hal.inria.fr/hal-02383654/document)
+
 ---
 
 ## [Théorie](prog_seq_c_cours/index.html)
-- 
GitLab