From 383b1b4695d015c1dfc38f811d68b0104a204d04 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 13 Mar 2017 13:49:25 -0700 Subject: [PATCH] don't compile el files --- emacs_el/configuration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs_el/configuration/Makefile b/emacs_el/configuration/Makefile index 74f73bc..f119086 100644 --- a/emacs_el/configuration/Makefile +++ b/emacs_el/configuration/Makefile @@ -14,7 +14,7 @@ endif LIB_PATH=-L . -L .. -L ../helm -all: $(ELC_FILES) +all: $(ORG_EL_FILES) EMACS=emacs -- 2.39.2