Makefile: fix comment in front of `lesson-check` (#481)
authorMaxim Belkin <maxim.belkin@gmail.com>
Wed, 5 Aug 2020 09:06:30 +0000 (04:06 -0500)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2020 09:06:30 +0000 (05:06 -0400)
commit115a735acd2544ed42041bbceed62f4a3ecd6ddc
tree0442eb1825b01366e71e450b02b23b24f7e88569
parentb11b6d1ae897ed176f41b246db2a4a6c2421aee8
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`.
Makefile