Don't try to tangle .el files
This commit is contained in:
parent
3e303fe70f
commit
d43e1f579b
1 changed files with 1 additions and 4 deletions
|
@ -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)))
|
||||
VENDOR_DIRS = $(wildcard vendor-lisp/*)
|
||||
|
||||
.PHONE: all snippets
|
||||
.PHONY: all snippets
|
||||
all: $(SITE_LISPS) init.elc $(INIT_LISPS) $(AUTOLOADS_FILE) snippets
|
||||
|
||||
%.el: %.org
|
||||
$(call tangle,emacs-lisp)
|
||||
|
||||
%.elc: %.el
|
||||
@echo -e "\e[31mELC\e[0m $<"
|
||||
@$(EMACS) -batch \
|
||||
|
|
Loading…
Reference in a new issue