summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe Correa Lima da Silva <filipe.silva@bcb.gov.br>2021-06-02 11:32:50 -0300
committerFilipe Correa Lima da Silva <filipe.silva@bcb.gov.br>2021-06-02 11:32:50 -0300
commit4706987bc01a552343848da49b4951bd54374643 (patch)
tree8caf1c0035c73150c229fa9be07fba025cf779ac
parent346d4d85fcf1f9517e9c4991c1efe68b4130f93a (diff)
fix make emacs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1926247..a8d9486 100644
--- a/Makefile
+++ b/Makefile
@@ -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 && \