branch: elpa/rust-mode
commit 1e2fe312f8a839d01a4f42bed2330e2d56c861a4
Author: Jen-Chieh Shen <jcs090...@gmail.com>
Commit: GitHub <nore...@github.com>

    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
 

Reply via email to