Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-05 | Makefile: Disable auto-compilation while compiling. | Arun Isaac | |
* Makefile (%.go): Set GUILE_AUTO_COMPILE to 0. | |||
2022-05-05 | Compile scheme sources. | Arun Isaac | |
* Makefile (GUILD, top_level_module_dir, sources, objects): New variables. (all, %.go, clean): New targets. * pre-inst-env: Use built object files. | |||
2022-03-10 | Use run64 to run tests. | Arun Isaac | |
* manifest.scm: Import (guix build-system gnu) and (guix licenses). (run64): New variable. Add run64 to manifest. * Makefile (GUILE): Delete variable. (RUN64): New variable. (check): Use run64 instead of guile to run tests. | |||
2022-03-10 | Add Makefile. | Arun Isaac | |
* Makefile: New file. |