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

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

[nongnu] elpa/beancount e98047d715 079/103: Tweak Makefile


From: ELPA Syncer
Subject: [nongnu] elpa/beancount e98047d715 079/103: Tweak Makefile
Date: Mon, 29 Apr 2024 15:59:47 -0400 (EDT)

branch: elpa/beancount
commit e98047d7154bb87c9b1ddd60ed0c1a029e4429aa
Author: Daniele Nicolodi <daniele@grinta.net>
Commit: Daniele Nicolodi <daniele@grinta.net>

    Tweak Makefile
    
    Do not load custimizations while byte-compiling or runnint the tests.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e80b067359..22e1c72258 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ SRC = beancount.el
 TESTS = beancount-tests.el
 
 compile: $(SRC)
-       $(EMACS) -batch -f batch-byte-compile $<
+       $(EMACS) -Q -batch -f batch-byte-compile $<
 
 test:
-       $(EMACS) -batch -L . -l ert -l $(TESTS) -f ert-run-tests-batch-and-exit
+       $(EMACS) -Q -batch -L . -l ert -l $(TESTS) -f 
ert-run-tests-batch-and-exit



reply via email to

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