diff options
| -rw-r--r-- | emacs/.emacs.d/GNUmakefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 \ |
