bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.
Apache License 2.0
205 stars 25 forks source link

Replace GNU make with Go build system #1090

Closed vl-ms closed 2 years ago

vl-ms commented 2 years ago

Why:

xcoulon commented 2 years ago

Using make is for the sake of simplicity, I'm not going to remove it. If you don't want to use it, then you can run the go generate, go build and go test commands, just as the makefile goals do.