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

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

[elpa] master aa2eb24 01/24: Makefile: "all" should depend on "compile"


From: Oleh Krehel
Subject: [elpa] master aa2eb24 01/24: Makefile: "all" should depend on "compile"
Date: Thu, 25 Jun 2015 10:17:46 +0000

branch: master
commit aa2eb24f53241fc323317f13eacc97a340366b6d
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Makefile: "all" should depend on "compile"
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 6e00ec3..9303c7c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ LOAD = -l avy.el -l avy-test.el
 
 .PHONY: all test clean
 
-all: test
+all: compile test
 
 test:
        $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit



reply via email to

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