Makefile: "all" should depend on "compile"

master
Oleh Krehel 11 years ago
parent 199c52606d
commit aa2eb24f53
  1. 2
      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

Loading…
Cancel
Save