diff --git a/Makefile b/Makefile
index 4420d608fb6ed2bd3ae46925a1892df7e56f7acb..064744c4cfee56a923e1aa9d1604f073d5b172c9 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ clean :
 
 ## workshop-check : check workshop homepage.
 workshop-check :
-	bin/check-workshop index.html
+	bin/workshop-check index.html
 
 ## ----------------------------------------
 ## Commands specific to lesson websites.
@@ -67,7 +67,7 @@ HTML_FILES = \
 
 ## lesson-check   : validate lesson Markdown.
 lesson-check :
-	bin/check-lesson -s . -p bin/markdown-ast.rb
+	bin/lesson-check -s . -p bin/markdown-ast.rb
 
 ## lesson-files   : show expected names of generated files for debugging.
 lesson-files :