commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.63k stars 544 forks source link

Update README.md #526

Closed Pomax closed 8 months ago

Pomax commented 8 months ago

Fixes #525

Pomax commented 8 months ago

Note that this PR does not delete nmake.bat, but PowerShell can't run .bat files, and does not appear to need it in order to successfully run an nmake compilation, so it might make sense to remove that.

jgm commented 8 months ago

Thanks!

Pomax commented 8 months ago

@jgm would you like me to make a PR that removes the nmake.bat as well? (with a separate issue filed of course so the PR can be linked to that)

jgm commented 8 months ago

I really don't know enough about Windows building to judge. I didn't put it there, and I'm not sure what purpose it serves!

Pomax commented 8 months ago

As a "I have to use every OS on the daily" person: fair enough! In that case I'll file a PR to remove it, since it doesn't actually help make the compile work =)