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

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

[elpa] externals/org-transclusion 1831972 1/3: intrnl: add Makefile for


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 1831972 1/3: intrnl: add Makefile for compile testing
Date: Sat, 4 Dec 2021 07:57:30 -0500 (EST)

branch: externals/org-transclusion
commit 1831972f28561dc2d25b824f17b155e4fbfa0661
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    intrnl: add Makefile for compile testing
---
 Makefile | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7bf5ea0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+clean:
+       find . -name "*.elc" -delete
+
+
+test-compile:
+       emacs --quick --batch --eval "(progn (add-to-list 'load-path 
default-directory) \
+                                            (byte-compile-file 
\"org-transclusion.el\"))"
+       emacs --quick --batch --eval "(progn (add-to-list 'load-path 
default-directory) \
+                                            (byte-compile-file 
\"text-clone.el\"))"
+       emacs --quick --batch --eval "(progn (add-to-list 'load-path 
default-directory) \
+                                            (byte-compile-file 
\"org-transclusion-indent-mode.el\"))"
+       emacs --quick --batch --eval "(progn (add-to-list 'load-path 
default-directory) \
+                                            (byte-compile-file 
\"org-transclusion-src-lines.el\"))"



reply via email to

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