EMACS = emacs

all:
	$(EMACS) -batch -q -no-site-file -l Makefile.el -f compile-nnimap

clean:
	rm -f imap4rev1.elc nnimap.elc
