X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=blobdiff_plain;f=emacs_el%2Fconfiguration%2FMakefile;h=667985fced378caa5f4efaa1d2f4380a831c72b0;hp=f119086b2ca14fedcd31dedb1a8ea40580bfa916;hb=7cf383d0891e7703114500323173510b5b6c96cd;hpb=0ab610215b0c3442cecefd41b1ff4796d303be88 diff --git a/emacs_el/configuration/Makefile b/emacs_el/configuration/Makefile index f119086..667985f 100644 --- a/emacs_el/configuration/Makefile +++ b/emacs_el/configuration/Makefile @@ -8,13 +8,14 @@ EL_FILES= ORG_EL_FILES= ifeq ($(strip $(WHICH_EMACS)),) ORG_EL_FILES=$(patsubst %.org,%.el,$(wildcard *.org)) +ORG_ELC_FILES=$(patsubst %.org,%.elc,$(wildcard *.org)) EL_FILES=$(sort $(wildcard *.el) $(ORG_EL_FILES)) ELC_FILES=$(patsubst %.el,%.elc,$(EL_FILES)) endif LIB_PATH=-L . -L .. -L ../helm -all: $(ORG_EL_FILES) +all: $(ORG_ELC_FILES) EMACS=emacs