]> code.delx.au - gnu-emacs-elpa/commitdiff
Makefile: "all" should depend on "compile"
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 19 May 2015 14:21:47 +0000 (16:21 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 19 May 2015 14:21:47 +0000 (16:21 +0200)
Makefile

index 6e00ec314210920a6fc6e1eafe20476d2049891c..9303c7cf2a86776d9b7543549f7b0b5ca1d9f736 100644 (file)
--- 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