Makefile: "all" should depend on "compile"

This commit is contained in:
Oleh Krehel 2015-05-19 16:21:47 +02:00
parent 199c52606d
commit aa2eb24f53

View File

@ -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