branch: externals/org-transclusion
commit 1831972f28561dc2d25b824f17b155e4fbfa0661
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>
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\"))"