From 1387f030e68ecfe96c1ce7ed6bcc35a81c6df434 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 16 Sep 2022 15:05:33 -0400 Subject: Docker support for Tramp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Slightly modified copy of ‘tramp-nspawn’. --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6273409 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +EMACS?= emacs + +ELCS= tramp-docker.elc + +.PHONY: all clean + +all: $(ELCS) + +clean: + rm -f $(ELCS) + +%.elc: %.el + $(EMACS) -Q --batch -f batch-byte-compile $< -- cgit v1.2.3