aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2022-05-05Makefile: Disable auto-compilation while compiling....* Makefile (%.go): Set GUILE_AUTO_COMPILE to 0. Arun Isaac
2022-05-05Compile scheme sources....* Makefile (GUILD, top_level_module_dir, sources, objects): New variables. (all, %.go, clean): New targets. * pre-inst-env: Use built object files. Arun Isaac
2022-03-10Use run64 to run tests....* 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. Arun Isaac
2022-03-10Add Makefile....* Makefile: New file. Arun Isaac