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

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

[elpa] master 311e980 065/135: Compile targets before running tests


From: Ian Dunn
Subject: [elpa] master 311e980 065/135: Compile targets before running tests
Date: Mon, 17 Feb 2020 10:52:54 -0500 (EST)

branch: master
commit 311e980d67da0a494c0cc00b57db573bb9efad59
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    Compile targets before running tests
    
    * Makefile (check): Added "compile" as a prerequisite
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0b504f9..765fe32 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ org-edna-autoloads.el:
 clean:
        -rm -f *.elc
 
-check:
+check: compile
        @$(EMACS) \
        -L "." \
        --load "ert" \



reply via email to

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