aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ci: git-validation can go suck an eggMiquel Sabaté Solà2024-05-101-9/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* ci: added a useless compat-symbols fileMiquel Sabaté Solà2024-05-101-0/+1
| | | | | | As useless as stdlib-changes, as panicky as well. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* make: added a build targetMiquel Sabaté Solà2020-04-051-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Use highlight-numbers-number instead of writing my own number parserMiquel Sabaté Solà2020-04-051-1/+2
| | | | | | | | | | | | This is cleaner, more maintainable, and it has a couple of added benefits: 1. It will no longer be troublesome for people switching between themes, since the hook that we automatically injected would still be there. 2. Lexical binding is not discarded, with all its benefits. As suggested by @riscy in https://github.com/melpa/melpa/pull/6808. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* make: added a checkdoc targetMiquel Sabaté Solà2020-04-041-1/+6
| | | | | | The implementation is somewhat dubious, but it does the job... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added changelog and fixed buildMiquel Sabaté Solà2020-04-041-1/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added tests and more documentationMiquel Sabaté Solà2020-04-041-0/+76
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>