From 4078a6e49cd0f10ccc0a1b48d791730ed92cd87a Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 21 Apr 2020 00:14:33 -0400 Subject: Add a barely useful interface to b4-am Aside from switching the 'b4 am' process to an asynchronous one, the am-ready commands may not need a lot of work. The more interesting variant, piem-b4-am-from-mid, can find an associated code repository and am the patch, but there's a lot that needs to be fleshed out. --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8b04a53..50c87d2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,12 @@ -BATCH = emacs -Q --batch +-include config.mk -all: piem.elc piem.info +TRANSIENT_DIR ?= /dev/null + +LOAD_PATH = -L . -L $(TRANSIENT_DIR) +BATCH = emacs -Q --batch $(LOAD_PATH) + +all: piem.elc piem-b4.elc piem.info .PHONY: clean clean: -- cgit v1.2.3