branch: elpa/orgit commit f069c66c8aca960a2c143ec49962c175d47ce583 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make: Add llama to DEPS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 22fac46eff..ff600f1cd0 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ ELCS = $(ELS:.el=.elc) DEPS = compat DEPS += dash +DEPS += llama DEPS += magit/lisp DEPS += org/lisp DEPS += transient/lisp