Skip to content

Commit c57eca1

Browse files
authored
Update Makefile
1 parent 34f78f0 commit c57eca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ compile:
2121

2222
test:
2323
@echo "Testing..."
24-
$(EASK) ert ./test/*.el
24+
$(EASK) test ert ./test/*.el
2525

2626
checkdoc:
2727
@echo "Run checkdoc..."
28-
$(EASK) checkdoc
28+
$(EASK) lint checkdoc
2929

3030
lint:
3131
@echo "Run package-lint..."
32-
$(EASK) lint
32+
$(EASK) lint package
3333

3434
clean:
3535
$(EASK) clean-all

0 commit comments

Comments
 (0)