Update Makefile
[rnaseq-cwl-training.git] / Makefile
index 415fd72bd8daf786368c3c51df036b8cda39f843..c8b31c5b4f505b0944940f6ca1ef19c82a6d74bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ lesson-check :
 
 ## lesson-check-all : validate lesson Markdown, checking line lengths and trailing whitespace.
 lesson-check-all :
-       @bin/lesson_check.py -s . -p ${PARSER} -l -w --permissive
+       @bin/lesson_check.py -s . -p ${PARSER} -r _includes/links.md -l -w --permissive
 
 ## unittest         : run unit tests on checking tools.
 unittest :