Le vendredi 16 mai 2025 à 05:23 +0100, Arun Isaac a écrit :
> I usually provide a simple hand-written Makefile that I use for both
> Guix and other distros. I find that it is quite sufficient for pure
> Guile projects.
>
> Here is an example:
> https://git.systemreboot.net/ravanan/tree/Makefile
W
Hi Vivien,
I usually provide a simple hand-written Makefile that I use for both
Guix and other distros. I find that it is quite sufficient for pure
Guile projects.
Here is an example: https://git.systemreboot.net/ravanan/tree/Makefile
Regards,
Arun
Hello Guile Users!
I have been putting together a bunch of pure Guile code, with some
gettext on the side. I am a bit familiar with Guix, and I would use the
guile-build-system (what it does is copy the scheme source code in the
appropriate location and invoke the compiler on each of them) with a