# # 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)