Skip to content

Commit 23bd361

Browse files
committed
Add "make _check-deps-readability" target
1 parent 3939fe4 commit 23bd361

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ELPA_DIR = \
77
.cask/$(shell ${EMACS} -Q --batch --eval '(princ emacs-version)')/elpa
88
# See: cask-elpa-dir
99

10-
.PHONY: test deps clean purge travis-ci
10+
.PHONY: test deps _check-deps-readability clean purge travis-ci
1111

1212
test: deps
1313
${EMACS_TEST} --batch -f ert-run-tests-batch-and-exit
@@ -19,8 +19,12 @@ deps: ${ELPA_DIR}
1919
${ELPA_DIR}: Cask
2020
${CASK} install
2121
test -d $@
22+
${MAKE} _check-deps-readability
2223
touch $@
2324

25+
_check-deps-readability:
26+
${EMACS_TEST} --batch
27+
2428
clean:
2529
rm -f *.elc
2630

0 commit comments

Comments
 (0)