summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMurphy McMahon <pandeiro@gmail.com>2014-12-22 11:02:34 -0200
committerMurphy McMahon <pandeiro@gmail.com>2014-12-22 12:40:57 -0200
commit7cf1edfe37b94719e3c5075696e8d3a9c36f6adf (patch)
tree8f932388fff35aabe7e1fe89e3ddc38399e8d4f3 /Makefile
parent4c0b1141fd087d54ef9124e78f67dff4298d6f53 (diff)
[Fix #922] Update `make test` and add testing note to README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 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