emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tramp-nspawn d0a137d560 13/22: Add Makefile for build t


From: ELPA Syncer
Subject: [elpa] externals/tramp-nspawn d0a137d560 13/22: Add Makefile for build testing outside of Emacs.
Date: Sat, 19 Feb 2022 18:58:03 -0500 (EST)

branch: externals/tramp-nspawn
commit d0a137d56005de3cff1828072911bfeda0179d09
Author: Brian Cully <bjc@kublai.com>
Commit: Brian Cully <bjc@kublai.com>

    Add Makefile for build testing outside of Emacs.
---
 Makefile | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000000..3b59df4188
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+EMACS?=        emacs
+
+ELCS=  nspawn-tramp.elc
+
+.PHONY:        all clean
+
+all:   $(ELCS)
+
+clean:
+       rm -f $(ELCS)
+
+%.elc: %.el
+       $(EMACS) -Q --batch -f batch-byte-compile $<



reply via email to

[Prev in Thread] Current Thread [Next in Thread]