Skip to content

Commit 115a735

Browse files
authored
Makefile: fix comment in front of lesson-check (#481)
Comments prepended with `##` appear in the output of `make commands`. This commit changes `#` to `##` in front of `lesson-check` so that it appears in the output of `make commands`.
1 parent b11b6d1 commit 115a735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ lesson-md : ${RMD_DST}
128128
_episodes/%.md: _episodes_rmd/%.Rmd
129129
@bin/knit_lessons.sh $< $@
130130

131-
# * lesson-check : validate lesson Markdown
131+
## * lesson-check : validate lesson Markdown
132132
lesson-check : lesson-fixme
133133
@${PYTHON} bin/lesson_check.py -s . -p ${PARSER} -r _includes/links.md
134134

0 commit comments

Comments
 (0)