1 # byte compile elisp files
4 MAINT_FILE=~/.emacs.d/site-lisp/config/xwl-path.el
5 SRC=$(filter-out $(MAINT_FILE) wajig.el, $(wildcard *.el))
7 TARGET=$(patsubst %.el,%.elc,$(SRC))
10 @echo "byte-compile disabled."
13 @$(EMACS) -q --no-site-file -batch -l $(MAINT_FILE) -f batch-byte-compile $<