From 59e63738ec39da962612d2aa95c0940f0b91edd9 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 23 Dec 2020 19:30:47 -0500 Subject: Makefile: Strip unused parts --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 54b6d92..b4b937a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ - -LOAD_PATH ?= -BATCH = emacs -Q --batch $(LOAD_PATH) +BATCH = emacs -Q --batch LOADDEFS_FNAME = km-emacs-autoloads.el LOADDEFS = lisp/$(LOADDEFS_FNAME) @@ -14,6 +12,3 @@ $(LOADDEFS): $(ELS) (default-directory \"$(CURDIR)\") \ (generated-autoload-file (expand-file-name \"$(LOADDEFS)\"))) \ (update-directory-autoloads \"lisp/\"))" - -%.elc: %.el - @$(BATCH) -f batch-byte-compile $< -- cgit v1.2.3