Makefile: fix 'lesson-fixme' target for Windows (#486)
authorMaxim Belkin <maxim.belkin@gmail.com>
Tue, 11 Aug 2020 13:03:01 +0000 (08:03 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 13:03:01 +0000 (09:03 -0400)
commit95221b1df8c1249d51e4c0c6852288fe2b694aa7
tree45913ff7d70a454fecb34242f4b764c7ce688d25
parent6861f75c4e3c1f90c356443a2d391b7506a06106
Makefile: fix 'lesson-fixme' target for Windows (#486)

Git for Windows doesn't provide fgrep, which is a shortcut
to call `grep -F` on Mac and Linux. Instead, we have to use
full arguments.
Makefile