diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-01-15 01:05:41 +0100 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-01-15 01:05:41 +0100 |
| commit | 311a414ee87daf8905951d5221622215fea09a09 (patch) | |
| tree | 2aae4b28fe5295c396245170351993ddb44039a3 /Makefile | |
| parent | d94104850483ddda5454b6a6f6947bfa9f434fa4 (diff) | |
Remove forced bytecompile errors.
* Makefile (EFLAGS): Don't set byte-compile-error-on-warn.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
