New files.
[elisp/lemi.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..d27eb07
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+#
+# Makefile for LEIM
+#
+
+EMACS  = emacs
+FLAGS   = -batch -q -no-site-file -l lemi-path.el
+RM     = /bin/rm -f
+
+GARBAGES = */*.elc
+
+elc:
+       $(EMACS) $(FLAGS) -f batch-byte-compile */*.el
+
+clean:
+       -$(RM) $(GARBAGES)