branch: elpa/sesman commit b8a1cdd20e569f0ef02e127dff5f37f2e629923a Author: Vitalie Spinu <spinu...@gmail.com> Commit: Vitalie Spinu <spinu...@gmail.com>
Add lint target for convenience --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1d156de0f1..0ceb616190 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ compile: version clean checkdoc: version $(EMACS) --batch --load targets/checkdoc.el +lint: checkdoc + test: version $(EMACS) --batch --directory . --load sesman-test.el --funcall ert-run-tests-batch-and-exit