summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2015-01-15 01:05:41 +0100
committerAndreas Politz <politza@hochschule-trier.de>2015-01-15 01:05:41 +0100
commit311a414ee87daf8905951d5221622215fea09a09 (patch)
tree2aae4b28fe5295c396245170351993ddb44039a3 /Makefile
parentd94104850483ddda5454b6a6f6947bfa9f434fa4 (diff)
Remove forced bytecompile errors.
* Makefile (EFLAGS): Don't set byte-compile-error-on-warn.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6af8041..2b48009 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
EMACS = emacs
-EFLAGS = -Q -L $(PWD)/lisp --batch \
- --eval '(setq byte-compile-error-on-warn t)'
+EFLAGS = -Q -L $(PWD)/lisp --batch
.PHONY: all clean distclean package bytecompile test check melpa