Skip to content

Commit 2639eb0

Browse files
committed
Use nil instead
1 parent de57af1 commit 2639eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ unix-compile:
1818
@echo "Compiling..."
1919
@$(CASK) $(EMACS) -Q --batch \
2020
-L . \
21-
--eval '(setq byte-compile-error t)' \
21+
--eval '(setq byte-compile-error-on-warn nil)' \
2222
-f batch-byte-compile $(PKG-FILES)
2323

2424
unix-test:

0 commit comments

Comments
 (0)