diff --git a/Makefile b/Makefile index e9cf197..febfa1b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,5 @@ EMACS = emacs -update: - ${EMACS} -batch -l test/make-update.el - compile: clean lint ${EMACS} --version ${EMACS} -batch -l test/elpa.el -l test/compile.el @@ -13,4 +10,7 @@ clean: lint: ${EMACS} --batch -l test/lint.el +update: + ${EMACS} -batch -l test/make-update.el + .PHONY: update compile test clean