aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f8ed24..35b0cdd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
-include config.mk
+SEQ_DIR ?= /dev/null
COMPAT_DIR ?= /dev/null
TRANSIENT_DIR ?= /dev/null
-LOAD_PATH = -L $(COMPAT_DIR) -L $(TRANSIENT_DIR) -L .
+LOAD_PATH = -L $(SEQ_DIR) -L $(COMPAT_DIR) -L $(TRANSIENT_DIR) -L .
EMACS = emacs
BATCH = $(EMACS) -Q --batch $(LOAD_PATH)