summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--README.md3
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 511e7416..963aafbd 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,4 @@ elpaclean : clean
rm -rf .cask # Clean packages installed for development
%.elc : %.el
- $(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
- $(EMACSFLAGS) \
- -f batch-byte-compile $<
+ $(CASK) build
diff --git a/README.md b/README.md
index 72c3ae64..83161acc 100644
--- a/README.md
+++ b/README.md
@@ -967,6 +967,9 @@ Run all tests with:
$ make test
```
+(Note: tests may not run correctly inside Emacs' shell-mode buffers. Running
+in a terminal is recommended.)
+
## License
Copyright © 2012-2014 Tim King, Phil Hagelberg, Bozhidar Batsov, Hugo