branch: externals/vc-got
commit 06d4d3734fd0b273c45f8848c3223516d4164a89
Author: Omar Polo <o...@omarpolo.com>
Commit: Omar Polo <o...@omarpolo.com>

    add Makefile
    
    ATM it only compiles el to elc
---
 Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b1e208b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+EMACS =                emacs
+
+compile: vc-got.elc vc-got-stage.elc
+
+clean:
+       rm -f *.elc
+
+.SUFFIXES: .el .elc
+.el.elc:
+       ${EMACS} -Q --batch -L . -f batch-byte-compile $<

Reply via email to