Closed pouriyajamshidi closed 9 months ago
Currently the build section of the Makefile contains all the compilation logic and at times it is hard to read.
I would suggest breaking it into smaller chunks. For instance:
[...] build_windows: [...] build_linux_amd64: [...]
Summary
Currently the build section of the Makefile contains all the compilation logic and at times it is hard to read.
I would suggest breaking it into smaller chunks. For instance: