summaryrefslogtreecommitdiffstats
path: root/src/Make_ami.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-20 15:04:29 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-20 15:04:29 +0000
commitdc7c366f3aae65ee691010b08f37acfb26e0742b (patch)
tree90d12bd3030048100a9c5084474aef484f6fc58f /src/Make_ami.mak
parenta99fb23842f055c511bfe1b62de7bbd14d5a99c0 (diff)
patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860
Problem: Vim9: codecov struggles with the file size. Solution: Split vim9compile.c into four files.
Diffstat (limited to 'src/Make_ami.mak')
-rw-r--r--src/Make_ami.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Make_ami.mak b/src/Make_ami.mak
index 12f7fe5571..dd674dc616 100644
--- a/src/Make_ami.mak
+++ b/src/Make_ami.mak
@@ -180,8 +180,11 @@ SRC += \
userfunc.c \
version.c \
viminfo.c \
+ vim9cmds.c \
vim9compile.c \
vim9execute.c \
+ vim9expr.c \
+ vim9instr.c \
vim9script.c \
vim9type.c \
window.c \