Commit Briefs
Add reports/0.0.2.gmi (tags/v0.0.2)
Patch from la-ninpre <aaoth@aaoth.xyz>
> Separate compilation enables incremental recompilation > instead of redoing the whole work from scratch each time. > Separating compilation also enables developer to use `-j` > option of make to speed up the compilation. > I also made Makefile respect CXXFLAGS provided in the > environment, so that one can set certain optimization > flags, for example.
Fixes reports/0.0.1.gmi (tags/v0.0.1)