From 957d7e976c1ca133b177d21038314f44dda3cc9f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 11 Dec 2023 21:42:42 -0500 Subject: make: Compile test-org-link-edit.el --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af275ed..ae5507d 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,17 @@ LOAD_PATH ?= -BATCH = emacs -Q --batch $(LOAD_PATH) +BATCH = emacs -Q --batch $(LOAD_PATH) -L . -all: org-link-edit-autoloads.el org-link-edit.elc +all: org-link-edit-autoloads.el org-link-edit.elc test-org-link-edit.elc .PHONY: test -test: org-link-edit.elc - @$(BATCH) -L . -l test-org-link-edit \ +test: org-link-edit.elc test-org-link-edit.elc + @$(BATCH) -l test-org-link-edit \ --eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))" .PHONY: clean clean: - $(RM) org-link-edit-autoloads.el org-link-edit.elc + $(RM) org-link-edit-autoloads.el org-link-edit.elc test-org-link-edit.elc %.elc: %.el @$(BATCH) -f batch-byte-compile $< -- cgit v1.2.3