branch: master
commit aa2eb24f53241fc323317f13eacc97a340366b6d
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    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