branch: elpa/rust-mode commit 5f654a5867ef3847a844d944ff5425ec3acdecc8 Merge: 0df2f22479 1e2fe312f8 Author: brotzeit <brotzeitmac...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #445 from jcs-PR/ci test(makefile): Update eask commands --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7a0546df2f..e390694503 100644 --- a/Makefile +++ b/Makefile @@ -27,13 +27,13 @@ compile: $(EASK) compile test: - $(EASK) ert rust-mode-tests.el + $(EASK) test ert rust-mode-tests.el checkdoc: - $(EASK) checkdoc + $(EASK) lint checkdoc lint: - $(EASK) lint + $(EASK) lint package CLEAN = $(PKG)-autoloads.el