diff options
| author | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2011-10-04 11:24:32 +0200 |
|---|---|---|
| committer | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2011-10-04 11:24:32 +0200 |
| commit | 525d90a59a330cb37f30a573fb1a241fe34ff33e (patch) | |
| tree | a83b6c371409847e2cab1234bc6121f342b25797 /Makefile | |
| parent | fde8f998e352652c8b64624d1c09475fd9ba4388 (diff) | |
Make `make indent' indent `evil-tests.el' as well.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ profiler: # Loads Evil into memory in order to indent macros properly. # Also removes trailing whitespace, tabs and extraneous blank lines. indent: clean - $(EMACS) --batch ${FILES} -Q -L . $(LIBS) -l evil-tests.el \ + $(EMACS) --batch ${FILES} evil-tests.el -Q -L . $(LIBS) -l evil-tests.el \ --eval "(dolist (buffer (reverse (buffer-list))) \ (when (buffer-file-name buffer) \ (set-buffer buffer) \ |
