emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/xr d215c9bf4c 1/7: Makefile: don't attempt to build unr


From: ELPA Syncer
Subject: [elpa] externals/xr d215c9bf4c 1/7: Makefile: don't attempt to build unrelated files
Date: Sun, 29 Dec 2024 15:59:16 -0500 (EST)

branch: externals/xr
commit d215c9bf4c9b40f379507cd978276c75ea8b7034
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Mattias EngdegÄrd <mattiase@acm.org>

    Makefile: don't attempt to build unrelated files
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e95b6c7ac0..20c54d8375 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ EMACS=emacs
 EMFLAGS=-Q -batch -L .
 BYTECOMPFLAGS=--eval '(setq byte-compile-error-on-warn t)'
 
-EL=$(wildcard *.el)
+EL = xr.el xr-test.el
 ELC=$(EL:.el=.elc)
 
 .PHONY: build check clean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]