Don't try to tangle .el files

This commit is contained in:
Tom Willemsen 2018-06-06 20:48:37 -07:00
parent 3e303fe70f
commit d43e1f579b

View file

@ -12,12 +12,9 @@ INIT_LISPS = init/oni-org-init.elc init/oni-js2-init.elc init/oni-gnus-init.elc
$(addsuffix .elc,$(basename $(wildcard init/*.org))) $(addsuffix .elc,$(basename $(wildcard init/*.org)))
VENDOR_DIRS = $(wildcard vendor-lisp/*) VENDOR_DIRS = $(wildcard vendor-lisp/*)
.PHONE: all snippets .PHONY: all snippets
all: $(SITE_LISPS) init.elc $(INIT_LISPS) $(AUTOLOADS_FILE) snippets all: $(SITE_LISPS) init.elc $(INIT_LISPS) $(AUTOLOADS_FILE) snippets
%.el: %.org
$(call tangle,emacs-lisp)
%.elc: %.el %.elc: %.el
@echo -e "\e[31mELC\e[0m $<" @echo -e "\e[31mELC\e[0m $<"
@$(EMACS) -batch \ @$(EMACS) -batch \