branch: elpa/llama
commit adc5d169fad53d6d11000a72dc95f8489a8c7534
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
make: Use my standard Makefile layout
---
Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 38eef36661..6b7dcd24ab 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,13 @@ PKG = llama
ELS = $(PKG).el
ELCS = $(ELS:.el=.elc)
+DEPS =
+
EMACS ?= emacs
EMACS_ARGS ?=
-LOAD_PATH ?= -L .
+LOAD_PATH ?= $(addprefix -L ../,$(DEPS))
+LOAD_PATH += -L .
all: lisp