We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3d086 commit 8410bafCopy full SHA for 8410baf
Makefile
@@ -43,7 +43,9 @@ compile: $(ELCFILES)
43
44
$(ELCHECKS): check-%: %.el
45
@$(BATCH) --eval '(when (check-declare-file "$*.el") (error "check-declare failed"))'
46
- @$(BATCH) -f batch-byte-compile $*.el
+ @$(BATCH) \
47
+ --eval "(setq byte-compile-error-on-warn t)" \
48
+ -f batch-byte-compile $*.el
49
@$(RM) $*.elc
50
@if [ -f "$(<:%.el=tests/%-tests.el)" ]; then \
51
if $(BATCH) --eval "(require 'ert)" 2> /dev/null; then \
0 commit comments