Skip to content

Commit 4df1e7b

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents a844395 + ecb5c52 commit 4df1e7b

File tree

77 files changed

+28749
-22971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+28749
-22971
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ else
9191
endif
9292

9393
all: coverage-instrument
94-
$(GPRBUILD) -P gnat/lsp_3_17.gpr -p $(COVERAGE_BUILD_FLAGS) -c lsp-inputs.adb
9594
$(GPRBUILD) -P gnat/lsp_3_17.gpr -p $(COVERAGE_BUILD_FLAGS)
9695
$(GPRBUILD) -P gnat/tester.gpr -p $(BUILD_FLAGS)
9796
$(GPRBUILD) -d -ws -c -u -P gnat/lsp_server.gpr -p $(BUILD_FLAGS) s-memory.adb
@@ -105,6 +104,7 @@ endif
105104

106105
generate:
107106
python scripts/generate.py
107+
make -C source/lsp_gen
108108

109109
generate_io:
110110
python scripts/io_gen.py

0 commit comments

Comments
 (0)