mk/emacsd-rules.mk
Kai Tetzlaff (R&S) 33d35ac937 update mk
2012-08-01 20:13:59 +02:00

12 lines
396 B
Makefile

# #########################################################################
# general emacs lisp pattern rules
# #########################################################################
%/elisp-all:
"$(MAKE)" -C $* $(@F)
%.elc : %.el
"$(EMACS)" -batch -q -no-site-file\
$(addprefix -L ,$(LOAD_PATH))\
$(EMACSFLAGS)\
-f batch-byte-compile $(call emacspath,$?)