update.
[elisp/lemi.git] / Makefile
1 #
2 # Makefile for LEIM
3 #
4
5 EMACS   = emacs
6 FLAGS   = -batch -q -no-site-file -l lemi-path.el
7 RM      = /bin/rm -f
8
9 GARBAGES = */*.elc
10
11 elc:
12         $(EMACS) $(FLAGS) -f batch-byte-compile */*.el
13
14 clean:
15         -$(RM) $(GARBAGES)