1
2# Test comment vs semicolon parsing and line continuation
3target: # this ; is just a comment \
4 @echo This is within a comment.
5 @echo There should be no errors for this makefile.
1
2# Test comment vs semicolon parsing and line continuation
3target: # this ; is just a comment \
4 @echo This is within a comment.
5 @echo There should be no errors for this makefile.