summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7a0546d..e390694 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