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

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

[elpa] scratch/org-edna 96ca42c 65/72: Compile targets before running te


From: Ian Dunn
Subject: [elpa] scratch/org-edna 96ca42c 65/72: Compile targets before running tests
Date: Sun, 21 May 2017 21:11:29 -0400 (EDT)

branch: scratch/org-edna
commit 96ca42ce6058248eadc517ba42802b25b8053f83
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]