aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVegard Øye <vegard_oye@hotmail.com>2011-03-04 14:29:15 +0100
committerVegard Øye <vegard_oye@hotmail.com>2011-03-04 14:29:15 +0100
commit1049613d63e024cc342d401631f1164c000b06bf (patch)
tree481907313328c7bf8b3a978e9169d8af584d173f /Makefile
parent8c76d8888930e0af6c054782116859cf61ef1b66 (diff)
Add compile target
"make compile" byte-compiles Evil.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a955e18..74f859a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,8 @@
+all: compile
+
+compile: clean
+ emacs --batch -Q -L . -f batch-byte-compile evil*.el
+
test:
emacs --batch -Q -L . -l evil-tests.el -f ert-run-tests-batch-and-exit