aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-01-04Makefile: Install scm and go files.Arun Isaac
* Makefile (scmdir, godir): New variables. (install): New target.
2022-01-04configure: Generate Makefile.include.Arun Isaac
* configure.scm (option-proc, unrecognized-option-proc, unrecognized-argument-proc): New functions. (processed-args): New variable. Generate Makefile.include. * Makefile: Include Makefile.include. (clean): Clean Makefile.include.
2022-01-04Makefile: Build scm files.Arun Isaac
* Makefile (GUILD, sources, objects): New variables. (all, %.go): New targets.
2022-01-03Makefile: Add clean target.Arun Isaac
* Makefile (clean): New target.
2022-01-03Makefile: Add website target.Arun Isaac
* Makefile (EMACS): New variable. (website, website/index.html): New targets.
2022-01-03Makefile: Add Makefile.Arun Isaac
* Makefile: New file.