ELISP_DIR = /usr/share/emacs/site-lisp

all:	cyril.elc incr-ispell.elc

%.elc : %.el	
	emacs -batch -q -no-site-file -f batch-byte-compile $<

install:
	cp cyrconf.el *.elc $(ELISP_DIR)

clean:
	rm -f *.elc