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

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

[elpa] externals/scanner 15bc51d 25/56: correct the ‘run’ make target


From: Stefan Monnier
Subject: [elpa] externals/scanner 15bc51d 25/56: correct the ‘run’ make target
Date: Fri, 10 Apr 2020 13:56:02 -0400 (EDT)

branch: externals/scanner
commit 15bc51dddfee8e9bbef1de235f6fbde2381a00dc
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>

    correct the ‘run’ make target
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 56238b8..8154a18 100644
--- a/Makefile
+++ b/Makefile
@@ -43,5 +43,4 @@ check: $(EL:.el=.elc) $(TEST:.el=.elc)
        -f ert-run-tests-batch-and-exit
 
 run: $(EL:.el=.elc)
-       $(EMACS) -Q -L . $(LDFLAGS) --eval "(load \"scannner\")"        \
-       --eval "(scan-blah)" &
+       $(EMACS) -Q -L . $(LDFLAGS) -l scanner.el &



reply via email to

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