diff options
| author | Vegard Øye <vegard_oye@hotmail.com> | 2011-03-04 14:29:15 +0100 |
|---|---|---|
| committer | Vegard Øye <vegard_oye@hotmail.com> | 2011-03-04 14:29:15 +0100 |
| commit | 1049613d63e024cc342d401631f1164c000b06bf (patch) | |
| tree | 481907313328c7bf8b3a978e9169d8af584d173f /Makefile | |
| parent | 8c76d8888930e0af6c054782116859cf61ef1b66 (diff) | |
Add compile target
"make compile" byte-compiles Evil.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
