diff options
| author | Filipe Correa Lima da Silva <filipe.silva@bcb.gov.br> | 2021-06-02 11:32:50 -0300 |
|---|---|---|
| committer | Filipe Correa Lima da Silva <filipe.silva@bcb.gov.br> | 2021-06-02 11:32:50 -0300 |
| commit | 4706987bc01a552343848da49b4951bd54374643 (patch) | |
| tree | 8caf1c0035c73150c229fa9be07fba025cf779ac | |
| parent | 346d4d85fcf1f9517e9c4991c1efe68b4130f93a (diff) | |
fix make emacs
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ emacs ?= emacs bemacs = $(emacs) -batch -l test/elpa.el -LIBS = -L evil -L evil/lib -l evil.el -l goto-chg.el -l undo-tree.el -L . -l evil-surround.el -L test -l evil-surround-test.el +LIBS = -L evil -L evil/lib -l evil.el -l goto-chg.el -L . -l evil-surround.el -L test -l evil-surround-test.el update: $(emacs) -batch -l test/make-update.el && \ |
