From 4419f5a1150b3b190ac69399b6f0417696082dc5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 20 Oct 2016 16:18:26 +0200 Subject: Fix Emacs makefile --- emacs/.emacs.d/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/GNUmakefile b/emacs/.emacs.d/GNUmakefile index 45e6e18..c05e971 100644 --- a/emacs/.emacs.d/GNUmakefile +++ b/emacs/.emacs.d/GNUmakefile @@ -5,7 +5,7 @@ UNWANTED = $(AUTOLOADS_FILE) site-lisp/flycheck_% site-lisp/flycheck-% SITE_LISPS = $(addsuffix c,$(filter-out $(UNWANTED),$(wildcard site-lisp/*.el))) INIT_LISPS = $(addsuffix .elc,$(basename $(wildcard init/*.org))) -all: $(SITE_LISPS) init.elc $(AUTOLOADS_FILE) +all: $(SITE_LISPS) init.elc $(INIT_LISPS) $(AUTOLOADS_FILE) %.el: %.org $(call tangle,emacs-lisp) -- cgit v1.2.3-54-g00ecf