We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8e83cb + 5af78d6 commit a6e7c56Copy full SHA for a6e7c56
1 file changed
Makefile
@@ -121,7 +121,7 @@ endif
121
$(GPRBUILD) -P gnat/lsp_client.gpr -p $(COVERAGE_BUILD_FLAGS) $(GPRBUILD_CARGS)
122
ifdef NODE
123
mkdir -p integration/vscode/ada/$(NODE_ARCH_PLATFORM)
124
- cp -v -f $(ALS) integration/vscode/ada/$(NODE_ARCH_PLATFORM)
+ cp -f $(ALS) integration/vscode/ada/$(NODE_ARCH_PLATFORM)
125
endif
126
127
generate:
0 commit comments