Completely optional, but my projects such as LiquidProxy has a Makefile that lets me build in release mode with just make release, which would be really convenient. (well, that's not the case for mentioned Makefile, but whatever).
Makko, the people-oriented static site generator made for blogging.
forge.starlightnet.work/Team/Makko
ssg
static-site-generator
makko
starlight-network
Add Makefile #1
closed
opened by
nilfinx.tngl.sh
Well it's not that you shouldn't use zig build, just make sure to compile as release if you want that.
But yeah perhaps I'll write a just file, or perhaps @nelson.pds.starlightnet.work does
@nilfinx.tngl.sh I've synced the repo from upstream (forge.starlightnet.work/Team/Makko) and we now have a makefile :)
it's very basic, but good enough I presume.
I don't really see the need, as
zig buildalready covers basically all functionality we could want from a Makefile, including optimization options and whatnotUnless I'm missing something?