tree-sitter-python icon indicating copy to clipboard operation
tree-sitter-python copied to clipboard

fix: escape the ‘#’ in Makefile

Open yejunjin opened this issue 5 months ago • 1 comments

Compile using Makefile emit error:

Makefile:41: *** unterminated call to function 'shell': missing ')'.  Stop

It looks like the '#' and its following content are parsed into a comment. Escape it works good.

yejunjin avatar Sep 23 '24 09:09 yejunjin