From d43e1f579bbae8db84916cc86786c398b8527da9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 6 Jun 2018 20:48:37 -0700 Subject: Don't try to tangle .el files --- emacs/.emacs.d/GNUmakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/GNUmakefile b/emacs/.emacs.d/GNUmakefile index 386bdb8..9a04907 100644 --- a/emacs/.emacs.d/GNUmakefile +++ b/emacs/.emacs.d/GNUmakefile @@ -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 \ -- cgit v1.2.3-54-g00ecf