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