diff --git a/Makefile b/Makefile
index 62f4319d0147507c934ff49633c4d647deeb4be2..bf1f98c26d02a05cf106a7ba88c6a8435591eb8a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ HTMLOPTIONS += --mathjax=MathJax.js
 
 CLASS_SOURCES := $(sort $(filter-out README.md, $(wildcard *.md)))
 SOURCES := $(filter-out 00_macros.md, $(CLASS_SOURCES))
-SOURCES := $(filter-out 08_notes.md, $(CLASS_SOURCES))
+SOURCES := $(filter-out 08_notes.md, $(SOURCES))
 
 all:  cours.pdf cours.html