summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-02-17Begrudgingly stop using wrongly deprecated when-letJonas Bernoulli
2025-11-30make: Add new EMACS_Q_ARG variableJonas Bernoulli
It defaults to "-Q" but users can instead use "-q", which is useful if "site-start.el" contains essential settings. Also add `EMACS_BATCH', and rework use of related variables.
2025-10-31make: Minor tweaksJonas Bernoulli
2025-10-30make: Update loaddefs targetJonas Bernoulli
- Provide feature in autoload rubric. - Suppress most messages using `inhibit-message'. - No longer double down on `autoload-timestamps's default value.
2025-08-12Rename llama-test.el to llama-tests.elJonas Bernoulli
2025-01-17Require compatJonas Bernoulli
2024-11-04make: Undeprecate if-let and when-letJonas Bernoulli
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=+73853.
2024-03-23Add testsJonas Bernoulli
2023-12-17make: Add redo targetJonas Bernoulli
2022-10-20make: Suppress warning about obsolete autoload packageJonas Bernoulli
We'll have to support older Emacs releases for years to come.
2022-05-10make: Run check-declare-directoryJonas Bernoulli
2022-04-28make: Use my standard Makefile layoutJonas Bernoulli
2022-04-28make: Improve creation of autoloads fileJonas Bernoulli
2021-01-28Initial releasev0.1.0Jonas Bernoulli