summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-04-28 16:08:30 +0200
committerJonas Bernoulli <jonas@bernoul.li>2022-04-28 16:09:24 +0200
commitadc5d169fad53d6d11000a72dc95f8489a8c7534 (patch)
treef229fcdcaf1d450680ea33c4d209b97c08e08830 /Makefile
parent4e98abc361abb75db4139f5cc437048062f99221 (diff)
make: Use my standard Makefile layout
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38eef36..6b7dcd2 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