summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile: Add gnu elpa archive for let-alist in Emacs 26.xGravatar Nicolas Petton2021-03-181-1/+1
|
* Add initial buttercup testGravatar Damien Cassou2021-03-161-1/+2
| | | | | | | * tests/nroam-test.el: new file. Add initial buttercup test and supporting macro. * Makefile: Add buttercup and its dependencies to the list of dependencies.
* * Makefile: Fix dependenciesGravatar Damien Cassou2021-03-161-2/+6
|
* Facilitate building and checkingGravatar Damien Cassou2021-03-161-0/+21
* .github/workflows/test.yml: new file. Make GitHub Actions check each PR. * Makefile: new file. Use makel to simplify checking of the project quality. * .gitignore: new file.